Follow these steps to get the project running locally on your machine.
Ensure you have the following installed:
- Node.js (LTS version recommended)
- npm (usually comes with Node.js)
- Start the
taroko_server
on port 3000. - Open a terminal in the project directory.
- Install the project dependencies with
npm install
. - Once the dependencies are installed, start the development server with
npm run dev
. - The project should now be running and accessible at
http://localhost:3001
.