The code for celest.dev, home of Celest, the Flutter cloud platform.
This website is built using Nextra and deployed to Vercel. To contribute, you will need to install pnpm.
Start by cloning the repository and installing its dependencies.
$ git clone https://github.com/celest-dev/website
$ cd website
$ pnpm install
To start a local development server, run pnpm dev
. Most changes will be reflected live without having to restart the server.
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
.