https://github.com/ethersphere/decentraliseeo
https://github.com/ethersphere/decentraliseeo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethersphere/decentraliseeo
- Owner: ethersphere
- Created: 2023-12-20T12:14:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-21T08:51:59.000Z (over 2 years ago)
- Last Synced: 2025-02-26T19:02:04.092Z (over 1 year ago)
- Language: Svelte
- Homepage: https://decentraliseeo.vercel.app
- Size: 2.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
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:
```bash
npm run build
```
## Preview Build
```bash
npm run preview
```
## Test Production Build
```bash
cd build
npx serve
```
## Upload Dapp to Swarm
### Build Dapp
```bash
npm run build
```
### Upload to Swarm
```bash
npm i -g @ethersphere/swarm-cli
swarm-cli upload ./build
```
or upload using [Swarm Desktop](https://www.ethswarm.org/build/desktop)