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.
|
3 years ago | |
---|---|---|
.circleci | 3 years ago | |
.github | 3 years ago | |
config | 4 years ago | |
public | 3 years ago | |
scripts | 4 years ago | |
src | 3 years ago | |
.gitignore | 4 years ago | |
README.md | 3 years ago | |
i18n.config.js | 3 years ago | |
package-lock.json | 4 years ago | |
package.json | 3 years ago | |
yarn.lock | 3 years ago |
README.md
Voting application in React
A demo is available at our website.
Installation
- Copy
.env
file into.env.local
and set there environment variables. - Install yarn.
- 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