/vives

Primary LanguageHTML

VIVES COURSES

https://docusaurus.io/docs/installation

Install

  1. Node.js (https://nodejs.org/en/download/)
    • If brand new:
      npx create-docusaurus@latest my-website classic
      (npx create-docusaurus@latest courses classic)
    • If pulled from GitHub:
      a) cd courses
      b) npm install c) npm install katex d) npm run build e) num run start

Build

  1. cd courses
  2. npm run build

Run

  1. cd courses
  2. npm run start