- 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.
- Create a
.env
file in the root directory of the project. - Follow the detailed instructions provided in INSTALL.md to fill in the required environment variables.
To install the necessary dependencies, run:
pnpm install
To start the application, use the following commands:
pnpm start
pnpm start:api
Tapiz should now be accessible at http://localhost:4300/
.