refactor: remove portfolio

This commit is contained in:
Kim, Jimin 2024-03-23 14:13:13 +09:00
parent 565297c9b3
commit 584b4a60da
Signed by: pomp
GPG key ID: 77DAC7BB5CA8C7AA
54 changed files with 28 additions and 1085 deletions

View file

@ -12,7 +12,6 @@
- `apps`
- `main` - https://developomp.com
- `blog` - https://blog.developomp.com
- `portfolio` - https://portfolio.developomp.com
- `packages` - shared stuff used across different packages
- `content` - Shared content
- `eslint-config` - ESLint configuration files
@ -46,7 +45,6 @@
- `pnpm dev` - Run all apps and packages locally
- blog - http://localhost:3000
- main - http://localhost:5173
- portfolio - http://localhost:5174
- `pnpm lint` - Lint all apps and packages
- `pnpm clean` - Remove all auto-generated content such as `node_modules` and `dist`.