-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# Stanford University Library | ||
# Stanford University Library | ||
|
||
# Prerequisites | ||
|
||
* Git | ||
* NVM | ||
* Yarn | ||
* A privelledged account on https://library.sites-pro.stanford.edu | ||
|
||
## Installation | ||
|
||
1. Clone this repository | ||
2. Run `nvm use` or `nvm install` if it is your first time | ||
3. Run `yarn install` | ||
4. Copy `.env.example` to `.env` | ||
5. Get the environment variables from https://library.sites-pro.stanford.edu/admin/config/services/next/sites/netlify/env and add them to your `.env` file | ||
6. Get DRUPAL_CLIENT_SECRET from Mike or Marc | ||
7. Run `yarn dev` |