You can find the deployed website here: https://lambent-cascaron-563232.netlify.app/
- Node v16.x.x or higher
- NPM v8.x.x or higher
- Yarn is not supported
After cloning run npm install and npm run dev in the project root to get started.
npm run dev: start the development server.npm run dev -- --host 0.0.0.0: start development server and expose on networknpm run plopgenerate empty component file.npm run buildbuild app for deployment.npm run deploy: build app and deploy to gcp app engine.npm run lintlint app with all linters.npm run lint:eslintlint app with only esLint.npm run lint:lit-analyzerto lint app with only lit-analyzer.npm run formatto format app with prettier.npm run locale:extract: to extract localized strings and generate files for translations.npm run pwa:build: to build a PWA app