Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chocofamilyme/chocodevday
https://github.com/chocofamilyme/chocodevday
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chocofamilyme/chocodevday
- Owner: chocofamilyme
- Created: 2020-09-28T16:09:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-12T13:28:46.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T14:55:37.153Z (almost 2 years ago)
- Language: JavaScript
- Size: 939 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```### Local Development
```
$ yarn start
```This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
```
$ GIT_USER= USE_SSH=true yarn deploy
``````shell script
cmd /C "set "GIT_USER=:" && set CURRENT_BRANCH=master && set USE_SSH=true && npm run deploy"
```If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.