These are the FFS front sources.
The FFS Project is accessible from this address.
Theses sources will allow you to build the front binaries.
By contributing or using this project, you agree to abide by the Code of Conduct when interracting with a community member.
You need a working installation of Node.js, version > 6.10.x
- Clone the project
git clone https://github.com/FightForSub/ffs-zera.git
- Switch to development branche
git checkout -b development origin/development
- Install all the dependencies
npm i
- Start the dev server
npm run start
And that's it ! Site can be accessed from https://localhost:3000
If you find any bugs, please report it on the Issues page of the project
Discuss with us about this project on Slack.
This project is under GNU GPLv3 License - see the LICENSE file for details.