Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
/ gruva Public archive

App for viewing Clubhouse milestone progression

Notifications You must be signed in to change notification settings

geckoboard/gruva

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gruva

Setup

This is how to get Gruva running on your machine so that you're able to work on it.

Clubhouse API key

Before getting started, login to clubhouse to generate an API key. You can do this from your account settings -> API key. Make a note of this token, it's a good idea to store it in your 1password.

1. Clone the repo and install node modules

git clone [email protected]:geckoboard/gruva.git
cd gruva
yarn

2. Add the API key to environment variables

Create a new file in the /server directory named .env. Add the clubhouse API key to this file:

CLUBHOUSE_API_KEY=YOUR_API_KEY

3. Start the gruva server and client

cd server && yarn start
cd client && yarn start

About

App for viewing Clubhouse milestone progression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages