FloripaJS official website
This website uses the following technologies:
➖ First, install GulpJS in global mode (if you not have):
[sudo] npm i -g gulp
➖ 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:
git checkout -b my-feature
git add --all
git commit -m "My commit message about my-feature"
git push origin my-feature
- Open a PR on Github Repository.
2017.09.07
Almost 1k meetup members2017.08.31
Add YouTube channel2016.08.08
Add slack link and increase meetup members2016.08.08
Increase meetup stats and improv on meetup section 👊2016.03.21
500+ meetup members 😜2016.02.09
Released website 2.02015.12.10
Add JSON to get all meetups2014.09.07
Add meetup area2014.04.12
First version of website
MIT License