Skip to content

storacha/storacha.network

Repository files navigation

Storacha website

Storacha Network

Contributing

Feel free to join in. All welcome. Open an issue!

Prerequisites

# install node LTS/Current
https://nodejs.org/en/download/

# enable corepack in node > v16.17
corepack enable

# install deps
pnpm i

Run dev mode

To start in development mode locally run the following:

# serve with hot reload at localhost:3000
pnpm dev

Build for production

The build environment will be detected and the appropriate server(less) transforms will be applied:

# build production site bundle
pnpm build

# launch a webserver to preview the site
pnpm preview

You can also build a static version with:

# build optimised static site bundle
pnpm generate

Code style and linting

License

Dual-licensed under MIT + Apache 2.0