Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.04 KB

PointdPal

This is a micropraise bot that is intended to help friends/coworkers ++ one another and provide quick easy feedback

Overview

Running locally

1. Setup your local project

# Clone this project onto your machine
git clone [email protected]:O-Mutt/pointd-pal.git

# Change into the project
cd pointd-pal

# Install the dependencies
npm install

2. Setup environment variables

cp .env.example .env

Replace variables with ones from your "local" setup

3. Start servers

npm run start:dev

Contributing

Issues and questions

Found a bug or have a question about this project? We'd love to hear from you!

  1. Browse to O-Mutt/pointd-pal/issues
  2. Create a new issue
  3. Select the [x] examples category

See you there and thanks for helping to improve Bolt for everyone!