- Copy
.env.template
to.env.local
- Get a GitHub token with read access to Becklyn's private docker containers.
- Add the token to the
GH_ACCESS_TOKEN
variable in your.env.local
file - Make sure you have docker installed on your machine. Docker Desktop is recommended (but not required) for this workshop.
- If you are using windows: Install WSL
The following command will:
- download all Fraym docker containers
- configure and run all Fraym docker containers
make docker
Use WSL and then use the linux guide.
Before you start the dev server the first time, please make sure to build all dpendency modules:
npm run build:backend
Run fraym migrations (from within the /fraym
folder):
npx @fraym/crud@latest
npx @fraym/projections@latest
Run the dev server:
npm run dev