Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 780 Bytes

dev-guide.md

File metadata and controls

30 lines (19 loc) · 780 Bytes

How to Install Tapiz Locally for Development

Requirements

  • Node and PNPM: Ensure you have the versions specified in the engines section of the package.json file.
  • PostgreSQL: Use the same version as specified in the docker-compose.yaml file.

Configuration

  1. Create a .env file in the root directory of the project.
  2. Follow the detailed instructions provided in INSTALL.md to fill in the required environment variables.

Installation

To install the necessary dependencies, run:

pnpm install

Running the Application

To start the application, use the following commands:

pnpm start
pnpm start:api

Tapiz should now be accessible at http://localhost:4300/.