Skip to content

passmanageroasis/pmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

Here you will learn how to set up the project for further development

Prerequisites:

Install dependencies

After cloning the repository, you need to install the project dependencies using the terminal by using npm install or yarn inside the subrepositories; /api and /client.

Setting up environment variables (.env)

In both /api and /client, copy the content of .env.example into a file named .env. Here you should modify the variables to suit your setup.

Running the development servers

In both /api and /client, you should be able to run npm run dev or yarn dev. You will see which urls the servers are running on in the terminal.

Note

To preview and develop in the tauri version of the client app, run npm run tauri dev or yarn tauri dev.

Releases

No releases published

Sponsor this project

  •  
  •  

Contributors 2

  •  
  •