- Make sure you've got npx installed:
npm install -g npx - Run
yarn - Run
yarn devto develop locally
If you'd like to host a custom page for yourself, follow these steps:
- Generate a production API key.
- Add your name to the PageName type in
src/types.d.ts - Add an entry to the
API_KEYSobject with your name as the key and your API key as the value insrc/app/actions/getApiKey.ts - Once you've restarted (or redeployed) Then visit /edit?name={yourName}