Skip to content

Commit

Permalink
updated portfolio site to inkbeard (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 3, 2024
2 parents ce76194 + 04bd022 commit eea54f3
Show file tree
Hide file tree
Showing 43 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[mergify]: https://mergify.com
[mergify-status]: https://img.shields.io/endpoint.svg?url=https://api.mergify.com/v1/badges/inkbeard/monorepo

[![Netlify Status](https://api.netlify.com/api/v1/badges/a4d75aa7-03c4-4638-9eb6-a34ba8d85174/deploy-status)](https://app.netlify.com/sites/dainty-arithmetic-94f385/deploys)

# Turborepo starter

This is an official starter Turborepo.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/portfolio/CHANGELOG.md → apps/inkbeard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# portfolio
# inkbeard

## 0.1.0

Expand Down
16 changes: 8 additions & 8 deletions apps/portfolio/README.md → apps/inkbeard/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# portfolio
# inkbeard

This template should help get you started developing with Vue 3 in Vite.

Expand Down Expand Up @@ -30,25 +30,25 @@ pnpm install
### Compile and Hot-Reload for Development

```sh
pnpm dev --filter portfolio
pnpm dev --filter inkbeard
```

### Type-Check, Compile and Minify for Production

```sh
pnpm build --filter portfolio
pnpm build --filter inkbeard
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
pnpm test:unit --filter portfolio
pnpm test:unit --filter inkbeard
```

### Run End-to-End Tests with [Cypress](https://www.cypress.io/)

```sh
pnpm test:e2e:dev --filter portfolio
pnpm test:e2e:dev --filter inkbeard
```

This runs the end-to-end tests against the Vite development server.
Expand All @@ -57,12 +57,12 @@ It is much faster than the production build.
But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):

```sh
pnpm build --filter portfolio
pnpm test:e2e --filter portfolio
pnpm build --filter inkbeard
pnpm test:e2e --filter inkbeard
```

### Lint with [ESLint](https://eslint.org/)

```sh
pnpm lint --filter portfolio
pnpm lint --filter inkbeard
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion apps/portfolio/package.json → apps/inkbeard/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "portfolio",
"name": "inkbeard",
"version": "0.1.0",
"scripts": {
"dev": "vite",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eea54f3

Please sign in to comment.