Skip to content

clynamic/6oclock

Repository files navigation

6oclock

6oclock

e6 staff dashboard

Development Setup

Prerequisites

  1. Install Node.js (20+)
  2. Install Yarn
  3. Install PostgreSQL

Getting Started

  1. Clone the repository
git clone https://github.com/clynamic/6oclock.git
  1. Install dependencies
yarn
  1. Set up your database

Create a PostgreSQL database for the project.

  1. Set up your environment

Copy .env.example to .env and fill in the required values.

  1. Start the development servers
yarn api
yarn web

Deployment

For production, we recommend using our Docker setup.

  1. Ensure you have Docker and Docker Compose installed.

  2. Set up your environment

Copy .env.example to .env and fill in the required values. Database configuration can be removed, as the Docker setup includes a PostgreSQL container.

  1. Start the services
docker compose up -d

Stack

API (packages/api)

Web (packages/web)

Shared

About

e6 staff dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages