Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunny/onironautes.fr
https://github.com/sunny/onironautes.fr
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunny/onironautes.fr
- Owner: sunny
- License: mit
- Created: 2023-09-20T10:58:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:35:59.000Z (about 2 months ago)
- Last Synced: 2024-10-23T07:05:08.269Z (28 days ago)
- Language: HTML
- Size: 50.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Onironautes.fr](https://onironautes.fr)
## Local development
Requires Ruby >= 3.
Launch a server on http://localhost:8080 with:
```sh
bin/dev
```Call build every time you change the source files:
```sh
bin/build
```## Watch and rebuild
Requires `overmind` and `npm install -g nodemon`:
```sh
bin/watch
```## Deploy
Commit using git, then:
```sh
bin/deploy
```