Skip to content

AndreChia/developer.gov.sg

 
 

Repository files navigation

developer.gov.sg

Known Vulnerabilities GuardRails badge

Development

Requirements

  • Node.js v10 / npm v6
  • rbenv* with Ruby 2.5

*npm commands detailed below assume the usage of rbenv to manage your Ruby environment. See package.json.

Local development

Setup

# Jekyll only
gem install jekyll bundler

bundler install

bundle exec jekyll serve

# Webpack/static files
npm install

Run locally - frontend only

Recommended: run webpack and jekyll in separate terminal sessions, the access the site through localhost:4000. This is to allow for easy termination of both processes.

npm run dev:concurrent

About

No description, website, or topics provided.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 80.8%
  • Vue 14.0%
  • JavaScript 2.9%
  • SCSS 1.5%
  • Ruby 0.8%