Skip to content
forked from UMAprotocol/docs

Repository for the official documentation of UMA.

Notifications You must be signed in to change notification settings

adrianmcli/docs

 
 

Repository files navigation

UMA Documentation Website

Repository for: https://docs.umaproject.org/

This website is built using Docusaurus 2, a modern static website generator.

Please read the instructions below if you need to run this project locally.

Powered by Vercel

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

You do not need to do this because our deployment process does the build automatically (see deployment section below).

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment (Vercel)

We have a team account on Vercel that watches the branches on this repo. Whenever a new commit is pushed to the master branch (e.g. through merging a PR), Vercel will deploy to https://docs.umaproject.org/.

Deployment (Github)

This is not used because we are currently using Vercel for deployment/hosting. These instructions are left here for posterity and reference only.

$ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

About

Repository for the official documentation of UMA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.9%
  • CSS 36.3%
  • TypeScript 5.8%