A bird's eye view of Digital Projects at the City of Austin.
Current Test Site Deployed at: https://grackle.austintexas.io
Grackl is an online tracking interface for City of Austin Digital Projects. This effort is a partnership between the City of Austin’s Communications and Technology Management department and the Office of Innovation. This effort is also a commitment the City of Austin has made as part of its participation in the Open Government Partnership subnational pilot program.
More detailed information about the project can be found on projects.austintexas.io
// TODO
// TODO
- Clone and
cd
into repo root directory. - To install dependencies:
npm install
- Install Gatsby
npm install -g gatsby-cli
- To run a static server:
gatsby develop
// TODO: Add any other install steps.
Grackl is build using Gatsby.js. Gatsby is a static-site generator (similar to Jekyll.rb) that uses React ES6 components instead of Ruby and Liquid templates. Gatsby documentation - Building with Components
In addition to Gatsby, Grackl uses Netlify CMS.
// TODO: Add info about Netlify