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
- Host: GitHub
- URL: https://github.com/crownengine/crown-website
- Owner: crownengine
- License: mit
- Created: 2020-11-08T10:53:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2026-04-22T14:33:42.000Z (about 2 months ago)
- Last Synced: 2026-04-22T16:28:05.018Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.crownengine.org/
- Size: 38.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crown-website

## 🚀 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
```