initialize nuxt project for rank.pompy.dev
This commit is contained in:
parent
0ab70eac57
commit
c481fcf0c1
14 changed files with 5417 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue