项目作者: agilesix

项目描述 :
Agile Six works with government agencies to create customized digital solutions that meet the needs of their users, both staff and citizens.
高级语言: JavaScript
项目地址: git://github.com/agilesix/AgileSix.com.git
创建时间: 2019-06-15T00:13:20Z
项目社区:https://github.com/agilesix/AgileSix.com

开源协议:MIT License

下载


Agile6.com

This project uses nvm to manage a compatible node version for local and remote environments. Before setting up locally, make sure you have nvm installed and use the correct version of node. To see the expected version of node, please view the .nvmrc file at project root.

  1. // install requried version (if not already installed)
  2. nvm install
  3. // use requiried version (if already installed)
  4. nvm use

This site uses Gatsby to compile. To get up and running:

  1. yarn install

To develop locally:

  1. gatsby develop

You may need to install gatsby globally. This can be done with:

  1. npm install -g gatsby-cli

For deployments, you can run:

  1. yarn run deploy:github