- Clone the repository:
git clone ... - Add upstream to the production environment (only if you need to release to prod):
git remote add upstream ... - Install the project dependencies by running
yarnin the root folder
- Build:
yarn build - Run website locally:
yarn start - Run CMS locally:
yarn serve - Deploy:
yarn deploy - Fix vulnerabilities:
npx yarn-audit-fix && yarn dedupe - Upgrade packages:
yarn up "*" "@*/*" && yarn dedupe
The launch.json contains the setup for . Just run the app (
yarn develop) and choose Debug in Chrome from the debug menu.
- Inspired by
by diogorodrigues
by Friedrich Althausen