- Copy
.env.templateto.env.local - Get a GitHub token with read access to Becklyn's private docker containers.
- Add the token to the
GH_ACCESS_TOKENvariable in your.env.localfile - 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 dockerUse 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:backendRun fraym migrations (from within the /fraym folder):
npx @fraym/crud@latestnpx @fraym/projections@latestRun the dev server:
npm run dev