Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1msirius/old-odl-site
https://github.com/1msirius/old-odl-site
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1msirius/old-odl-site
- Owner: 1msirius
- License: mit
- Created: 2024-05-29T15:07:57.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T15:13:02.000Z (4 months ago)
- Last Synced: 2024-12-14T11:17:21.561Z (about 1 month ago)
- Language: TypeScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- 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.