rampall / decentraliseeo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Minter Dapp for Decentralised Earth Observation Manifesto

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

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

Building Production

To create a production version of your app:

npm run build

Preview Build

npm run preview

Test Production Build

cd build
npx serve

Upload Dapp to Swarm

Build Dapp

npm run build

Upload to Swarm

npm i -g @ethersphere/swarm-cli
swarm-cli upload ./build

or upload using Swarm Desktop

About


Languages

Language:Svelte 38.3%Language:CSS 36.0%Language:TypeScript 17.9%Language:HTML 4.5%Language:JavaScript 3.4%