Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rizo/helix-starter

Demo starter project for helix
https://github.com/rizo/helix-starter

Last synced: 23 days ago
JSON representation

Demo starter project for helix

Awesome Lists containing this project

README

        

# Helix starter project

Example starter project for [helix](https://github.com/rizo/helix).

## Quickstart

Install npm dependencies:

```
npm ci
```

Build project with dune:

```
dune build
```

Serve on :

```
make serve
```