Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/celest-dev/website

The code for celest.dev: home of Celest, the Flutter cloud platform
https://github.com/celest-dev/website

cloud dart flutter serverless

Last synced: about 2 months ago
JSON representation

The code for celest.dev: home of Celest, the Flutter cloud platform

Awesome Lists containing this project

README

        

# Website

The code for [celest.dev](https://www.celest.dev), home of Celest, the Flutter cloud platform.

## Development

This website is built using [Nextra](https://nextra.site/) and deployed to Vercel. To contribute, you will need to install [pnpm](https://pnpm.io/).

### Setup

Start by cloning the repository and installing its dependencies.

```console
$ git clone https://github.com/celest-dev/website
$ cd website
$ pnpm install
```

### Local Development

To start a local development server, run `pnpm dev`. Most changes will be reflected live without having to restart the server.

### Build

To build the website for production, run `pnpm build`. This command generates static content into the `build` directory.

To view the production build locally, run `pnpm start`.