Packages

Fermo project generator. Provides a `mix fermo.new` task to bootstrap a new Fermo project with the standard dependencies for use with DatoCMS.

Current section

Files

Jump to
fermo_new templates new README.md
Raw

templates/new/README.md

# <%= @project[:module] %> Fermo Project
# Setup
```sh
$ mix deps.get
$ yarn # ...or npm install
```
# Development
```sh
$ mix fermo.live
```
The site is available at `http://localhost:4001`
# Build
```sh
$ mix fermo.build
```