This project is meant to serve as a jumping off point for your prototype.
Available:
... todo
-
If you are wanting to prototype with this template, you will need to choose
Create a new repository
from theUse this template
option. -
To begin, install the packages:
npm install
. -
For local development, run
npm run dev
. -
You will be asked to enter a password before you can access
Page 1
. The password can be found in the.env.sample
file. Change the file name to.env
and set theVITE_PASSWORD
to a value of your choosing. -
You may need to stop the server and re-run:
npm run dev
. Checkout localhost:3000
To build, run npm run build
. The output will be in /dist
Include the environment variable VITE_PASSWORD
to the service that is hosting your prototype. Currently, we deploy to Vercel.
... todo