Skip to content

ditrit/leto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/
  • Start docker desktop application
  • Run this command:
./prepare_docker.sh
./testbackend.sh run <Storage> <-- This is optional

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published