ditrit / leto

Mozilla Public License 2.0
0 stars 0 forks source link

Prerequisite:

Before you install and run the project, you need the have the following available in your system:

1 - Docker Desktop, you cand download it here

2 - Node.js: version 14.17.0 or higher NodeJs

Quasar framework CLI installation

npm install -g @quasar/cli

Open a new terminal tab and Select the frontend directory

cd frontend

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

npm run dev 

To Lint the files

npm run lint

To Build the app for production

quasar build

Add gandalf directory "Backend API"

Clone :

git clone  https://github.com/ditrit/gandalf.git
git checkout develop

Cd :

cd gandalf/core/
./prepare_docker.sh
./testbackend.sh run <Storage> <-- This is optional