A non-profit foundation with a mission to move and unify JavaScript community in Brazil.
Maintainer: Diogo Moretti
There are tons of ways to contribute to this project.
Submit an event to braziljs.org/eventos
This is a list of all brazilian front-end conferences that happened or will happen this year.
- Edit the JSON file in src/files/services/events.
- Provide a thumbnail (227x200) in src/files/services/events/media.
Submit a project to braziljs.org/projetos
TODO - Write instructions.
Once you have all dependencies installed, you just need to:
- Open your terminal and clone the project.
$ git clone [email protected]:braziljs/braziljs.org.git
- Then go to the project's folder.
$ cd braziljs.org
- Initialize the submodules.
$ git submodule update --init
- And install local dependencies.
$ npm install
Execute the command below to generate the website into out
directory:
$ npm run build
Generate and watch for any changes in http://localhost:9778
:
$ npm run watch
Generate and deploy to gh-pages branch:
$ npm run deploy
MIT License © BrazilJS Foundation