https://github.com/floripajs/floripajs-website
➖ FloripaJS official website
https://github.com/floripajs/floripajs-website
gulpjs handlebars meetup stylus
Last synced: 11 months ago
JSON representation
➖ FloripaJS official website
- Host: GitHub
- URL: https://github.com/floripajs/floripajs-website
- Owner: floripajs
- Created: 2013-05-23T01:37:34.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:24:01.000Z (over 3 years ago)
- Last Synced: 2025-07-14T06:19:23.157Z (11 months ago)
- Topics: gulpjs, handlebars, meetup, stylus
- Language: HTML
- Homepage: http://floripajs.org
- Size: 1.39 MB
- Stars: 24
- Watchers: 9
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# FloripaJS [](https://travis-ci.org/floripajs/floripajs.org)
> FloripaJS official website
## Development
This website uses the following technologies:
- [NodeJS](http://nodejs.org)
- [GulpJS](http://gulpjs.com)
- [Handlebars](http://handlebarsjs.com)
- [Stylus](http://stylus-lang.com)
### Installation
:heavy_minus_sign: First, install [GulpJS](http://gulpjs.com) in global mode (if you not have):
```bash
[sudo] npm i -g gulp
```
### Develop
:heavy_minus_sign: Clone the project:
```bash
git clone git@github.com:floripajs/floripajs.org.git
```
:heavy_minus_sign: Open the folder on your terminal:
```bash
cd floripajs.org
```
:heavy_minus_sign: Install the dependencies:
```bash
npm i
```
:heavy_minus_sign: Now, open a server with website:
```bash
gulp server
```
:heavy_minus_sign: 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](https://github.com/floripajs/floripajs.org).
## 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 :punch:
- `2016.03.21` 500+ meetup members :stuck_out_tongue_winking_eye:
- `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