Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackhowa/ember-react-cheat-sheet
https://github.com/jackhowa/ember-react-cheat-sheet
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackhowa/ember-react-cheat-sheet
- Owner: JackHowa
- License: mit
- Created: 2024-12-12T04:03:05.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T05:08:13.000Z (28 days ago)
- Last Synced: 2024-12-12T05:18:26.401Z (28 days ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ember to React docs
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ npm i
```### Local Development
```
$ npm start
```This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ npm build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deploy
Deployed to Netlify.
[![Netlify Status](https://api.netlify.com/api/v1/badges/858c0152-6b5b-414c-a832-cd10b1245362/deploy-status)](https://app.netlify.com/sites/ember-to-react/deploys)
Push to main branch to ship automatically.