luiztiago / braziljs.org

The official website of BrazilJS Foundation

Home Page:http://braziljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BrazilJS.org

Build Status Dependency Status DevDependencies Status

Cover

A non-profit foundation with a mission to move and unify JavaScript community in Brazil.

Maintainer: Diogo Moretti

Contributing

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.

  1. Edit the JSON file in src/files/services/events.
  2. Provide a thumbnail (227x200) in src/files/services/events/media.
Submit a project to braziljs.org/projetos

TODO - Write instructions.

Dependencies

  1. Install Git, if you don't have it yet.
  2. Install NodeJS, if you don't have it yet.

Setup

Once you have all dependencies installed, you just need to:

  1. Open your terminal and clone the project.
$ git clone git@github.com:braziljs/braziljs.org.git
  1. Then go to the project's folder.
$ cd braziljs.org
  1. Initialize the submodules.
$ git submodule update --init
  1. And install local dependencies.
$ npm install

Usage

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

License

MIT License © BrazilJS Foundation

About

The official website of BrazilJS Foundation

http://braziljs.org


Languages

Language:CSS 67.0%Language:JavaScript 33.0%