Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.07 KB

File metadata and controls

39 lines (24 loc) · 1.07 KB

Filecoin Cloud

Code quality

This repository is the source code for https://filecoin.cloud, a website that provides information about Filecoin Onchain Cloud (FOC).

What's on the Site

  • Warm Storage Service: Information about Filecoin's warm storage offerings
  • Service Providers: A registry of Filecoin storage providers with details about their services, capabilities, and availability

Contributing

We welcome contributions! If you find a bug or have a feature request, please open an issue. Pull requests are also welcome.

Development

This is a Next.js project. To run the development server:

# If using nvm
nvm use

# Install dependencies
npm install
npm run dev

Open http://localhost:3000 with your browser to see the result.

Linting

npm run lint

License

This project is licensed under the terms specified in the LICENSE file.