a792dd2b0f
. quick and simple, subject to obviously change.
Testnet Faucet Page
Install dependencies
Run yarn install
Add environment variables
Create a .env file in the root of the project. Copy the keys from the .env.sample file (found in the project root) into the .env file and add in the required values`
Run development mode
Run yarn dev
Build app
Run yarn build
The output can be found in the dist folder