# oasp-website **Repository Path**: mirrors_allenai/oasp-website ## Basic Information - **Project Name**: oasp-website - **Description**: The home page for the OASP. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OASP Website The OASP website. ## Dependencies * `node >= 5.5` ## Getting Started * `git clone git@github.com:allenai/oasp-website` * `cd oasp-website && npm install` * `npm start` (if you get "Cannot GET /", run `npm run build`) ## Deploying Changes You can deploy your local, working version to prod by executing this command: * `npm run deploy`