This repository is a website to the fluany.
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" |
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.
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.