From 401d9c0e474413cb0388df304abb8ffc58a8828c Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Tue, 2 Jan 2024 12:58:09 +0100 Subject: [PATCH] docs: update readme with migration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8e89ad..cb504ed 100644 --- a/README.md +++ b/README.md @@ -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`