Skip to content

Repository files navigation

NOC-APP

Installation Guide

  1. Clone .env.template to .env and fill in the environment variables:

On macOS or Linux:

Copy code
cp .env.template .env

On Windows (Command Prompt):

Copy code
copy .env.template .env

On Windows (PowerShell):

Copy code
Copy-Item .env.template .env
  1. Install node modules

npm:

npm install

pnpm:

pnpm install
  1. Create the database with docker compose
docker compose up -d
  1. Run the Prisma migrations
npx prisma migrate dev
  1. Run with
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages