Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1msirius/odl
https://github.com/1msirius/odl
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1msirius/odl
- Owner: 1msirius
- License: mit
- Created: 2024-03-13T17:43:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:20:40.000Z (8 months ago)
- Last Synced: 2024-11-10T04:28:23.261Z (2 months ago)
- Language: JavaScript
- Size: 6.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/edit-page-button.mdx
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
README
```
$ yarn
```### Local Development
```
$ yarn 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
```
$ yarn build
```This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```Not using SSH:
```
$ GIT_USER= yarn 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.