simondbm / visualizer-docs

Documentation for Visualizer - Build with Docusaurus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Website

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

Installation

$ git clone https://github.com/simondbm/visualizer-docs.git

Local Development

$ npm 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.

Build

$ npm build

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

Deployment

This site has been deployed to Netlify.

Check the status

git status

Add the updates to the staging environment

git add .

Commit the changes

git commit -m "message"

Push to the branch

git push origin -u main

Deploy to Azure

https://www.youtube.com/watch?v=Kl9M7eut5Yo&list=PL8FM85_-SXvtRQ6qQCppS1DbwaBxzd7md&index=16

About

Documentation for Visualizer - Build with Docusaurus


Languages

Language:JavaScript 94.1%Language:CSS 4.6%Language:HTML 1.1%Language:Procfile 0.2%