- Node.js Version Requirement: This project only works with Node.js v18.x or higher. Using lower versions of Node.js may result in compatibility issues.
- Environment Variables: Originally, this project was designed to depend on an external API. However, to support local operation, all data dependencies on the API have been relocated locally. You can find all those datas here.
Before installing this project, you'll need Node.js. The following version is required:
- Node.js (18.x or higher) If you don't have Node.js installed, you can download and install it from the official Node.js website.
- Clone and navigate to the project directory
- To get started with the project, run the following commands:
npm install
npm dev
If npm install fails, try running it again with the --force flag.