This is a Code for Yourtown project designed to fix government! Currently, we're focused on small/local government, though we may scale up in the future.
This project was bootstrapped with Create React App, and uses JavaScript/React. Please see Code for Yourtown docs for setting up Node.js to install prerequisites for this project.
In the project directory, you can run:
yarn install
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Right now, we have only one integration test that makes sure the application doesn't crash. npm test
launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
npm run deploy
This will build the application and deploy it to GitHub Pages, using the gh-pages
branch. See the Create React App section about deployment for more information.
You can learn more about Create React App in the Create React App documentation.
To learn React, check out the React documentation.