Skip to content

storacha/storacha.network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b94877 Â· Apr 4, 2025
Dec 10, 2024
Jul 22, 2024
Mar 25, 2025
Aug 30, 2024
Sep 17, 2024
Sep 4, 2024
Mar 25, 2025
Dec 18, 2024
Mar 25, 2025
Sep 20, 2024
Jul 1, 2024
Jul 1, 2024
Sep 20, 2024
Apr 4, 2025
Sep 23, 2024
Sep 23, 2024
Apr 4, 2025
Aug 26, 2024
Jul 1, 2024
Dec 5, 2024
Apr 4, 2025
Nov 1, 2024
Sep 24, 2024
Jul 1, 2024
Sep 17, 2024

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