Skip to content

GovTechSG/developer.gov.sg-natasha-5-12

 
 

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

# For ruby 3.0 and above, as webrick is no longer a bundled gem in Ruby3.0
bundle add webrick

# Serve the files with jekyll
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

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 73.0%
  • Vue 11.9%
  • JavaScript 11.3%
  • SCSS 3.6%
  • Ruby 0.2%