Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
/ gds-hive Public archive
forked from kiahwee/gds-hive

Government Digital Services landing page for Hive

License

Notifications You must be signed in to change notification settings

GovTechSG/gds-hive

 
 

Repository files navigation

gds-hive

GDS Hive landing page.

Install

yarn install

Develop

npm run dev

Build

npm run build

Lint

npm run lint
npm run lint-fix

Serving site

The following are not recommended for production. You might want to have a build process that does npm run build, and use a web server like nginx to serve the static assets from public/ instead.

Serving using Node.js

npm run build
npm run serve

Dockerfile Serving

docker-compose up

Deploying

See deploy/README.md

About

Government Digital Services landing page for Hive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.1%
  • JavaScript 26.0%
  • CSS 12.9%