This is the repository for the frontend of FusionSuite. It is developed with TypeScript and Angular.
This document is intended for developers. For more information, please see the official links.
Make sure to have Node.js 16 and Yarn installed on your system.
Install the dependencies:
$ make installStart the development server:
$ make startBuild the assets for production:
$ make buildRun the tests suite and linters:
$ make lint
$ # or make lint-fix
$ make testTo update the internationalized files:
$ make i18n-extract- website: fusionsuite.org (code)
- documentation: fusionsuite.org/documentation (code)
- community: Discord
- bugtracker: github.com/FusionSuite/FusionSuite
- backend code: github.com/FusionSuite/backend
- frontend code: github.com/FusionSuite/frontend