Skip to content

PIG208/Campfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unihack - Campfire

Setup

Prerequisites

Install dependencies

MacOS, Linux:

git clone https://github.com/PIG208/Campfire.git
cd Campfire
tools/setup

Windows:

git clone https://github.com/PIG208/Campfire.git
cd Campfire/app
yarn install
  • Create a file .env under /server, and enter your connection string according to your mysql setup:
DATABASE_URL="mysql://username:password@hostname:port/campfire"
  • Then,
cd ../server
yarn install
yarn migrate

Deployment

Run (MacOS, Linux):

git clone https://github.com/PIG208/Campfire.git
cd Campfire
tools/run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors