Browser landing (start) page builder.
Make sure you are using node version > 18. If you are using nvm
you can simply call: nvm use
.
# Install dependencies.
npm i
# Run locally, watches for file changes. It does NOT update the build folder.
npm run start
# Build your landing page for use.
# Once built, go to ./build/index.html. This is the file your browser will be using.
npm run build
# Storybook.
npm run storybook
# Tests.
npm run test