Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/tax-prep-survey
Small survey for identifying tax preparation services for citizens
https://github.com/cityofdetroit/tax-prep-survey
citizens javascript react tax-prep-survey yarn
Last synced: 2 days ago
JSON representation
Small survey for identifying tax preparation services for citizens
- Host: GitHub
- URL: https://github.com/cityofdetroit/tax-prep-survey
- Owner: CityOfDetroit
- Created: 2020-10-13T19:05:13.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-07-27T19:59:52.000Z (over 3 years ago)
- Last Synced: 2024-04-14T07:56:39.447Z (7 months ago)
- Topics: citizens, javascript, react, tax-prep-survey, yarn
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tax-prep-survey
Small survey for identifying tax preparation services for citizens## Getting Started
This project was created using:
- [React](https://reactjs.org/) for application state management.
- [Parcel](https://parceljs.org/) as a web application bundler.
- [Yarn](https://yarnpkg.com/en/) for 3rd party library use and management.Please make sure these are installed locally
## Setup Local Environment.
1. Download the repo.
```
$ git clone [email protected]:CityOfDetroit/tax-prep-survey.git
```
2. Install node dependencies.```
$ yarn install
```3. Run local instance.
```
$ yarn start
```4. Run test suite.
```
$ yarn test
```4. Create production build.
```
$ yarn build
```
## Resources* SLACK - #webteam
* GitHub - https://github.com/CityOfDetroit/tax-prep-survey