Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunny/onironautes.fr


https://github.com/sunny/onironautes.fr

Last synced: 20 days ago
JSON representation

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
```

🧑‍🚀