Skip to content

floripajs/floripajs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloripaJS Build Status

FloripaJS official website

Development

This website uses the following technologies:

Installation

➖ First, install GulpJS in global mode (if you not have):

[sudo] npm i -g gulp

Develop

➖ Clone the project:

git clone git@github.com:floripajs/floripajs.org.git

➖ Open the folder on your terminal:

cd floripajs.org

➖ Install the dependencies:

npm i

➖ Now, open a server with website:

gulp server

➖ Make your changes on src folder and enjoy!


Now, after the changes, Open a Pull Request:

  1. git checkout -b my-feature
  2. git add --all
  3. git commit -m "My commit message about my-feature"
  4. git push origin my-feature
  5. Open a PR on Github Repository.

Changelog

  • 2017.09.07 Almost 1k meetup members
  • 2017.08.31 Add YouTube channel
  • 2016.08.08 Add slack link and increase meetup members
  • 2016.08.08 Increase meetup stats and improv on meetup section 👊
  • 2016.03.21 500+ meetup members 😜
  • 2016.02.09 Released website 2.0
  • 2015.12.10 Add JSON to get all meetups
  • 2014.09.07 Add meetup area
  • 2014.04.12 First version of website

License

MIT License