A non-profit foundation with a mission to move and unify JavaScript community in Brazil.
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 git@github.com:braziljs/foundation.git
- Then go to the project's folder.
$ cd foundation
- Initialize the submodules.
$ git submodule update --init
- And install local dependencies.
$ npm install
Generate the website into out
directory:
$ npm run-script generate
Generate and watch for any changes in http://localhost:9778
:
$ npm run-script watch
Generate and deploy to gh-pages branch:
$ npm run-script deploy
MIT License © BrazilJS Foundation