Skip to content

Getting started

Details on what you need to get the solution running locally

🏃‍♂️ Running the project

Requirements

  • Node.js version 18 or higher.
  • Terminal for running npm scripts.
  • VSCode is recommended.

Steps

  1. Clone this repository.
  2. Copy and rename the env.dart.template file to env.dart.
  3. In the directory where the package.json file is, run npm i to install all the required packages.
  4. Run npm run setup to run the initial setup.
  5. Run the app

Released under the GNU General Public License v3.0.