Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/celest-dev/website
- Owner: celest-dev
- License: other
- Created: 2023-11-25T23:12:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-03T17:57:05.000Z (9 months ago)
- Last Synced: 2024-04-03T18:57:45.525Z (9 months ago)
- Topics: cloud, dart, flutter, serverless
- Language: TypeScript
- Homepage: https://celest.dev
- Size: 50.7 MB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`.