/terabithia

Primary LanguageTypeScript

Make directory react-github-login under node_modules/@types

Create index.d.ts in it.

add this line

declare module "react-github-login";

In the app directory, run

cd server

npm i

node index.js

In the app directory, run

cd gatekeeper-development

Replace oauth_client_id and oauth_client_secret with your id and secret in config .json

npm i

node index.js

In the app directory, run

cd client

npm i

npm start