Skip to content

Repository files navigation

Risloo Web Application

A Next.js-based counseling center management system.

Prerequisites

  • Docker Desktop for Mac
  • Docker Compose

Docker Deployment

Production Deployment

  1. Build and start all services:
# Build the Docker images
docker compose build

# Start the services in detached mode
docker compose up -d

# Main application: http://localhost:3000
# Storybook: http://localhost:6006
  • Node.js 18.x or higher
  • npm 9.x or higher

Installation

npm install

or

npm install

or

pnpm install

Development

npm run dev

or

yarn dev

or

pnpm dev

after that open (URL_ADDRESS://localhost:3000) with your browser to see the result.

Running Storybook

npm run storybook

or

yarn storybook

or

pnpm storybook

after that open (URL_ADDRESS://localhost:6006) with your browser to see the result.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages