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

our-worlds/ourworlds-svelte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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