Skip to content

chipp972/ys-coaching

Repository files navigation

YS coaching

Setup

cp .env.example .env
# Fill the variables

echo "" > .npmrc
git update-index --assume-unchanged .npmrc

npm i

Commands

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

Gotchas

  • Lambdas functions are not rebuilt if you modify a file outside of the functions folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published