initialize nuxt project for rank.pompy.dev

This commit is contained in:
Kim, Jimin 2025-03-17 21:43:15 +09:00
parent 0ab70eac57
commit c481fcf0c1
Signed by: pomp
GPG key ID: D3932F82A0667A3B
14 changed files with 5417 additions and 63 deletions

View file

@ -25,6 +25,16 @@ must build the dependencies first
pnpm build
```
## Developing
- [`apps/www`](./apps/www) - http://localhost:5173
- [`apps/blog`](./apps/blog) - http://localhost:3000
- [`apps/rank`](./apps/rank) - http://localhost:3001
```
pnpm dev
```
## Testing
1. Run E2E Tests