stolaar / cicd-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ Before Starting

Requirements

  • Node version >=18.12.1
  • Yarn >=1.22.15

Before starting the project

  • Copy apps/web/.env.example to apps/web/.env.local
  • Make sure you have the correct datasource config in apps/api/datasources/db.datasource.ts

Install project dependencies

yarn

Structure

├── 📁 apps
  ├── 📁 api
  ├── 📁 web
  ├── ...
├── 📁 packages
├── package.json

Running the project 🏃‍

 yarn dev

About


Languages

Language:TypeScript 97.8%Language:HTML 1.0%Language:JavaScript 0.6%Language:Dockerfile 0.4%Language:CSS 0.2%