loganpowell / COPE-admin-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Once Publish Everywhere (COPE) / Reimagining Census Academy

The U.S. Census Bureau is home to a wide and diverse array of products and services that empower the American people by providing quality, timely data on the most relevant issues of the day. Yet, many individuals do not know where or how to access these data themselves, or how they might generate insight from them. Census Academy addresses this problem by providing educational resources on the kinds of data available and how to access them, and promotes helpful tools that leverage U.S. Census Bureau data. Create Once Publish Everywhere (COPE)/Reimagining Census Academy hopes to expand on the great work already being done at the U.S. Census Bureau by providing a low-cost, flexible, built-with-modern-tooling platform that allows for more engaging educational and digital experiences.

Tech Stack

Running this project locally

Pre-reqs

  • Install Node.js on your machine. Confirm you have installed it correctly and have node package manager from the command line by running: npm -v in the terminal of your choice
  • Install Git on your machine. Confirm you have installed it correctly by running git --version in your command line.

Local Installation

  1. git clone git@github.com:tnguyen21/cope-frontend-mockup.git
  2. cd cope-frontend-mockup
  3. npm install
  4. npm start

If you don't run into errors running the commands above, then the application should open up in a browser @ localhost:3000/. Happy developing!

Documentation

Documentation for this project will always be a work-in-progress. Please refer to the GitHub issues page for this project for documentation on known bugs, desired enhancements, and more.

About


Languages

Language:TypeScript 80.7%Language:JavaScript 16.6%Language:HTML 2.7%