mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
da10dcff34
Co-Authored-By: Daniel Gray <dng@disroot.org>
2.8 KiB
2.8 KiB
Developing
- Install the version of Ruby currently specified by
.ruby-version
- Install node.js and npm
- Install Bundler v2.2.5:
gem install bundler:2.2.5
- Install the required dependencies:
bundle install
npm install
- Build the website (the output can be found in the
_site
directory):npm run build
- Serve the website locally with live reloading:
npm run serve