Skip to content

jlertle/nfp_www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfp_www

This is a mithril MVC frontend for nfp_api for a private website.

The objective of this was not to rewrite nfp.is site but mostly to test mithril and get a feel for it.

Installation & Run

npm install
npm run build
npm start

Run with Docker

./bin/dockerize
./bin/run-docker

You should be inside the docker container. Run the npm commands as described in the Install section.

Build options

npm run build Builds all resources and collects them into /dist.

npm run build:watch Runs continus build by watching any of the resources.

License

NFP API code and all code within this project is licensed under the terms of the WTFPL, see the included LICENSE file.

About

Mithril MVC frontend for nfp_api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.8%
  • CSS 13.3%
  • HTML 1.9%