Skip to content

Commit

Permalink
NoJira: Readme Install
Browse files Browse the repository at this point in the history
  • Loading branch information
sherakama authored Nov 20, 2023
1 parent ef87ee3 commit bb2a946
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
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`

0 comments on commit bb2a946

Please sign in to comment.