https://github.com/codeforboston/git-better-workshop
how do I git?
https://github.com/codeforboston/git-better-workshop
Last synced: 3 months ago
JSON representation
how do I git?
- Host: GitHub
- URL: https://github.com/codeforboston/git-better-workshop
- Owner: codeforboston
- Created: 2019-04-06T04:42:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T19:09:04.000Z (about 7 years ago)
- Last Synced: 2025-10-08T18:44:07.217Z (8 months ago)
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Government Fixer
**This is a [Code for Yourtown](https://yourtown.code) 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](https://github.com/facebook/create-react-app), and uses JavaScript/React. Please see [Code for Yourtown docs for setting up Node.js](https://yourtown.code/guides/setup/nodejs) to install prerequisites for this project.
## Install
In the project directory, you can run:
`yarn install`
## Run the application locally
`npm start`
Runs the app in the development mode.
Open [http://localhost:3000](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.
## Run tests
`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](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
## Build application for deployment
`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!
## Deploy the App to GH Pages
`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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn more about Create React App
You can learn more about Create React App in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).