Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 937 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 937 Bytes

API Documentation

The API documentation for this project is located here. This remains up-to-date whenever this API project is updated.

MnemoSync API Setup

To set this project up, you first need to pull from the shared package by getting a unique GitHub token then changing the .npmrc file.

Token

To get a token from GitHub that will allow you to run this project, do the following:

  1. Login to GitHub.
  2. Go to the personal access tokens page.
  3. Generate a new token.
  4. Check the repo and read:packages boxes.
  5. Copy the token.

MnemoSync

Open a terminal and navigate to where you've downloaded MnemoSync API.

Now, type touch .env in the main directory. Open the .env file and add the following:

NPM_CONFIG_GITHUB_TOKEN=[YOUR GITHUB TOKEN]

Now you will be able to properly install all NPM dependencies.