Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 705 Bytes

hackmud_wiki

License: CC BY-NC-SA 4.0

Setting up a local environment

Prerequisites

Installation

  1. Clone the repository
  2. Set your Node.js runtime to version >= 20.x (as specified in "engines" in ./package.json)
  3. Run pnpm install in the root directory

Running the development server

  1. Run pnpm start in the root directory
  2. Navigate to the URL specified in the console or allow the browser to open it automatically
    • e.g. [SUCCESS] Docusaurus website is running at: <website_url>