Fink is a light-weight web publishing solution.
At the moment the following content elements are supported:
- Posts
- Pages for static content
- Galleries
- Web framework http4s
- Database access Doobie
- JSON data interchange format using circe
- UI library React
- The theme for the demo is: Foghorn
Clone the repo
$ git clone git@github.com:dozed/fink-http4s.git
$ cd fink-http4s
Run the backend
$ sbt
> run
Install shared dependencies
$ cd frontend-shared
$ npm install
Run the site
$ cd frontend-site
$ npm install
$ npm run start
Run the editor
$ cd frontend-editor
$ npm install
$ npm run start
The frontend is running on: http://localhost:3010/
The content editor is reachable under: http://localhost:3000/

