- Yarn (Install here)
- Node (Download here)
- MySQL (Download here)
- For MySQL, you need to prepare a connection string
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
.envunder/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
Run (MacOS, Linux):
git clone https://github.com/PIG208/Campfire.git
cd Campfire
tools/run