To translate political language for people's language
It is simple, you need to access the src/library.json
, add the new word and submit a pull request.
Example:
"vossa excelência": "mano"
It need that all words in our library.json using the correct grammar.
This project uses Pug, Stylus and Webpack.
# Clone this repository
$ git clone [email protected]:LFeh/despolitizador.git
$ cd despolitizador
# install dependencies
$ npm i
# Run the project
$ npm start
With the commands above, you have everything to start.
For grid system uses Autoprefixer to make easy use browser prefixes, Lost with some help from, Rucksack for animations, reset and a lot of great mixins, Rupture for responsive utilities. And Font Magician to get the webfonts.
This project uses my own Coding Style as code reference.
To help you, this project has a npm run fix
command to fix all eslint errors.
npm start
: run all tasks and initialize watch for changes and a servernpm run build
: run all production tasks create adist
folder to deploynpm run lint
: lint javascript and cssnpm run fix
: command to fix all eslint errorsnpm run deploy
: run all tasks to build and deploy on gh-pages
Thanks marcelokohl for the ideia to name of project 😄
MIT License © Felipe Fialho