A collaborative documentation site for everything video game related.
- Node.js version 20.0 or higher
- npm or yarn package manager
-
Clone the repository
git clone <repository-url> cd <repository-name>
-
Install dependencies
npm install
-
Start the development server
npm run start
The site will open at http://localhost:3000 and automatically reload when you make changes.
npm run start- Start development servernpm run build- Build for productionnpm run serve- Serve production build locallynpm run clear- Clear cache
For more details, visit the Docusaurus documentation.