Installation
Follow these steps to get everything installed and configured.
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js 18 or later
- npm or yarn package manager
- A text editor of your choice
Installation Steps
- Clone the repository
- Run
npm installto install dependencies - Run
npm startto start the development server
Verification
After installation, verify everything is working by visiting http://localhost:8080 in your browser.
- What are the system requirements?
- You need Node.js 18 or later and npm installed on your system.
- How long does installation take?
- The initial installation typically takes less than 5 minutes.