It's my blog.
Copy example.env and rename to .env. Fill out the variables with the appropriate values.
npm installnpm run buildTo watch for changes to source files:
npm run build:watchnpm startTo watch for changes to built files:
npm run start:watchTo run the linter:
npm run lintTo clean all build output:
npm run clean