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 Docker and Docker Compose

Getting Started

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

Copy .env.example to .env and fill in the required values. Copy compose.override.example.yml to compose.override.yml.

  1. Start the development servers
yarn dev

This brings up PostgreSQL and Redis in Docker, then runs the API and web dev servers on the host.

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

 
 
 

Contributors

Languages