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 install
Start the development server:
$ make start
Build the assets for production:
$ make build
Run the tests suite and linters:
$ make lint
$ # or make lint-fix
$ make test
To 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