Skip to content

delta/DWoC-23-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DWoC'23 - Frontend

Installation & Setup

Clone the repository to your local and

  1. Install the required node modules:
yarn install
  1. Copy the config.example.ts file to config.ts
cp config.example.ts config.ts

and make any necessary changes.

  1. Start the Vite Development Server in developer mode:
yarn dev

The server should be running at your 127.0.0.1 port 9000

Deploying

Copy the .env.example file into .env and change it to your desired port. To start the server, run

docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published