Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.34 KB

File metadata and controls

51 lines (31 loc) · 1.34 KB
logo

Fluany - Website | fluany.com

This repository is a website to the fluany.

Welcome

Question Answer
"I have a question" Join the chat
Or
Open an issue
"I want to help build Fluany" Choose an issue marked "help wanted"

Attention!

If you have an issue or contribution for the fluany.com website, this is the place! If you want to submit an issue about fluany source code or workflow please visit the fluany/fluany.

Contributing to the website

To get started:

1. Clone the repository and its submodules:

git clone https://github.com/fluany/fluany.github.io.git
cd fluany.github.io

2. Install all modules and needed tools

npm install

3. Start dev server with Grunt

gulp

Now you're ready to do some work!

The site is deployed automatically each time a commit is merged on the source branch.