Turning kind deeds into freedom.
Clone repository and set the feature branch
clone https://github.com/our-worlds/ourworlds-svelte.git
cd .\ourworlds-svelte\
Add .env
file with the following entries in /app
folder:
CLIENT_MORALIS_SERVER_URL=
CLIENT_MORALIS_APP_ID=
Install dependencies:
cd app
npm i
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open