An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FloripaJS [![Build Status](https://travis-ci.org/floripajs/floripajs.org.svg?branch=master)](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