Skip to content

Latest commit

 

History

History

documentation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pankod - docusaurus-boilerplate

This website was created with Docusaurus.

What's In This Document

Get Started in 5 Minutes

  1. Go to the website folder:
# Go to the folder
$ cd website
  1. Make sure all the dependencies for the website are installed:
# Install dependencies
$ npm i
  1. Run your dev server:
# Start the site
$ npm start