Skip to content

ntuscse/docs

Repository files navigation

Docs Website

Powered by Vercel Badge

Visit the docs website at docs.ntuscse.com/docs

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

Installation

Ensure you have yarn v1 installed

$ yarn

Local Development

$ yarn start

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

Deployment

Vercel will automatically deploy upon successful merge into the main branch