Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 498 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 498 Bytes

Welcome to ourworlds

Turning kind deeds into freedom.

Setup

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

Usage

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open