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 plop
generate empty component file.npm run build
build app for deployment.npm run deploy
: build app and deploy to gcp app engine.npm run lint
lint app with all linters.npm run lint:eslint
lint app with only esLint.npm run lint:lit-analyzer
to lint app with only lit-analyzer.npm run format
to 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