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

https://github.com/crownengine/crown-website

Crown Engine official website
https://github.com/crownengine/crown-website

Last synced: about 2 months ago
JSON representation

Crown Engine official website

Awesome Lists containing this project

README

          

# crown-website

![Website](https://img.shields.io/website?down_message=down&up_message=up&url=https%3A%2F%2Fcrownengine.org)

## 🚀 Get up and running

1. **Install Gatsby client.**

```shell
npm install -g gatsby-cli
```

2. **Install project dependencies.**

```shell
npm install
```

3. **Start development server.**

```shell
gatsby develop
```

## Deploy

```shell
npm run deploy
```