cp .env.example .env
# Fill the variables
echo "" > .npmrc
git update-index --assume-unchanged .npmrc
npm i
npm start
Run a local server with the lambda functions
npm run build
Build the app with Gatsby and export to static files.
npm run format # Format files with prettier
npm run lint # Run eslint on files
npm run typecheck # Typecheck with typescript
Other available commands
- Lambdas functions are not rebuilt if you modify a file outside of the
functions
folder.