Skip to content

kpslp/developer.gov.sg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.1%
  • Vue 11.6%
  • JavaScript 11.4%
  • SCSS 3.7%
  • Ruby 0.2%