Source for the website at http://fair-software.nl . This website contains recommendations for research software. Our license is CC BY-NC-ND 4.0 but if you want to reuse parts or all of the site and find this license too restrictive, please contact us at: [email protected]
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
Create netlify account, hook up to Github repo/master branch
Install netlify cli: npm install -g netlify-cli
netlify login
netlify link
netlify addons:create fauna
netlify addons:auth fauna
Create the endorsements collection:npm run bootstrap
To deploy, either push to the master branch, or use:
npm run generate && netlify deploy