Built With
TechnicFlux is built using:
Prerequisites
You will need the following software to get started:
Installation
- Clone the repo
npm install
- Copy and rename the example configuration file
cp ./.env.example ./.env
-
Change the values within your .env file to your desired configuration.
-
Run the serverRun the server
npm start