You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mvfront-react/README.md

29 lines
826 B

4 years ago
[![Continuous Integration](https://circleci.com/gh/MieuxVoter/mvfront-react.svg?style=svg)](https://circleci.com/gh/MieuxVoter/mvfront-react)
4 years ago
[![Continuous Deployment](https://api.netlify.com/api/v1/badges/021c39c6-1018-4e3f-98e2-f808b4ea8f6d/deploy-status)](https://app.netlify.com/sites/epic-nightingale-99f910/deploys)
4 years ago
4 years ago
# Voting application in React
4 years ago
A demo is available at [our website](http://demo.mieuxvoter.fr/).
4 years ago
## Installation
4 years ago
1. Copy `.env` file into `.env.local` and set there environment variables.
2. Install [yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable).
3. Install dependencies:
```bash
$ cd mvfront-react
$ yarn install
```
4 years ago
## Starting
4 years ago
In dev:
4 years ago
`yarn start`
4 years ago
For production, see our [CI/CD configuration](https://github.com/MieuxVoter/continuous-integration).
4 years ago
## Testing
4 years ago
`yarn test`