Community for Dropboxers to learn, share knowledge, and grow by reading together
View Models
·
Read Docs
·
Report Bug
·
Request Feature
-
npm install -g npm
-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
brew install yarn
- Generate a new SSH key and save as
id_ed25519_gh
. Don't overwrite your Dropboxid_ed25519
! - Update your
ssh config
#### Place local modifications below this line ####
Host *github.*
IdentityFile ~/.ssh/id_ed25519_gh
#### Place local modifications above this line ####
- Use
NODE_ENV=development
PORT=5000
MONGODB_URI=<URI>
SECRET_OR_KEY=<SECRET OR KEY>
- Request keys at #dropbox-reads-api
- Clone the repo using SSH
git@github.com:matt-ramotar/dropbox-reads-api.git
- Install NPM packages
yarn install
- Run dev script
yarn run dev
- Follow
Getting Started
above - Create branch
git checkout -b feature/<name>
- Commit changes
git commit -m Add feature
- Push to branch
git push origin feature/<name>
- Open Pull Request
Distributed under the MIT License. See LICENSE
for more information.