Search for "changeme":
grep -ir changeme
Replace all instances appropriately.
Prequisite dependencies:
Install the JS depedencies:
yarn install
When you need to generate GraphQL types, ensure the API is running on port 4000, and then run:
yarn run api
You are now ready to run the application:
yarn run parcel public/index.html
You're all setup! 🎉