Skip to content

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

Notifications You must be signed in to change notification settings

celest-dev/website

Repository files navigation

Website

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

Development

This website is built using Nextra and deployed to Vercel. To contribute, you will need to install pnpm.

Setup

Start by cloning the repository and installing its dependencies.

$ 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published