This project is designed to facilitate the development of RPG My Life by coordinating the backend and frontend services.
- Node.js (v18.14.0 or later)
- Docker
-
Clone the repository:
git clone https://github.com/your-username/rpgmylife-dev.git
-
Navigate to the project directory:
cd rpgmylife-dev
-
Start the development environment:
npm start
-
Use Ctrl+C to stop all services.
-
Stop and remove the Docker container when you're done:
npm run stop