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.
 
 
 
 
 
 
Go to file
Clément ecb45830e9
fix(dependencies): rollback all updated dependencies (updated in the commit 7cc70cf750) (#63)
3 years ago
.circleci fix(ci): update docker image for Node orb (#61) 4 years ago
.github Create ISSUE_TEMPLATE.md 4 years ago
config Feature/update dependencies (#60) 4 years ago
public Feature/fix limited result (#62) 4 years ago
scripts update dep 5 years ago
src Feature/fix limited result (#62) 4 years ago
.env fix(feedback-form): move link to process env (#47) 4 years ago
.eslintrc.json fix(feedback-form): move link to process env (#47) 4 years ago
.gitignore Connection to MV API (#1) 5 years ago
LICENSE Create LICENSE 4 years ago
README.md [i18n] clean code 4 years ago
i18n.config.js fix(console.log) : remove unused consol.log 4 years ago
package-lock.json Feature/update dependencies (#60) 4 years ago
package.json fix(dependencies): rollback all updated dependencies (updated in the commit 7cc70cf750) (#63) 3 years ago
yarn.lock Feature/update dependencies (#60) 4 years ago

README.md

Continuous Integration Continuous Deployment

Voting application in React

A demo is available at our website.

Installation

  1. Copy .env file into .env.local and set there environment variables.
  2. Install yarn.
  3. Install dependencies:
$ cd mvfront-react
$ yarn install

Translation

We are welcoming translations of the application in any language. To add a new language, copy a language folder into a new folder with your language as a name. Then, replace values in the JSON files.

To compile them, launch: $ yarn translate.

Starting

In development, you might want to copy .env into .env.local and set the environment variables. Then launch $ yarn start

For production, see our CI/CD configuration.

Testing

Launch $ yarn test