- Rename
.env.example
to.env
- Replace missing environment variables with your own
- Run
npm run start
. Note that you'll need to be an administrator on your computer to allow thedevcert
package to install certificates, which allows you to serve the local app over HTTPS.
start
runs your app for development, reloading on file changesstart:build
runs your app after it has been built using the build commandbuild
builds your app and outputs it in yourdist
directorytest
runs your test suite with Web Test Runnerlint
runs the linter for your project
Based on the Open Web Components development generator