Skip to content

kellyw1806/uncoil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Table of Contents

Installation

Client

Run the following commands:

cd client
npm install

Server

Run the following commands (a virtual environment is recommended):

cd server
python -m venv .venv  # optional, recommended
pip install -r requirements.txt

Usage

Both the client and the server have to be running to work.

Client

Run the following commands:

npm run dev

Server

Run the following commands:

About

deltahacks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors