GDS Hive landing page.
yarn install
npm run dev
npm run build
npm run lint
npm run lint-fix
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.
npm run build
npm run serve
docker-compose up
See deploy/README.md