Skip to content

Latest commit

 

History

History
executable file
·
30 lines (20 loc) · 505 Bytes

README.md

File metadata and controls

executable file
·
30 lines (20 loc) · 505 Bytes

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