Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rizo/helix-starter
- Owner: rizo
- Created: 2024-09-17T22:04:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-19T17:41:10.000Z (4 months ago)
- Last Synced: 2024-12-15T07:52:15.752Z (25 days ago)
- Language: CSS
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```