Skip to content

Commit

Permalink
docs: update readme with migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 2, 2024
1 parent 5a0b7f5 commit 401d9c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ In order to run the website locally, you need to:
- Install dependencies using `pnpm install`
- Compile the package database using `node ace build:packages`
- Create your `.env` file using the `.env.example` file. Use `node ace generate:key` to generate a new key and, not mandatory, use `gh auth token` to generate a new Github token.
- Migrate and seed your database using `node ace migration:fresh --seed`
- Start the dev server using `node ace serve --watch`

Then you can visit the website at `http://localhost:3333`

0 comments on commit 401d9c0

Please sign in to comment.