RPG My Life Development Environment

This project is designed to facilitate the development of RPG My Life by coordinating the backend and frontend services.

Prerequisites

  • Node.js (v18.14.0 or later)
  • Docker

Running the Development Environment

  1. Clone the repository:

    git clone https://github.com/your-username/rpgmylife-dev.git
    
  2. Navigate to the project directory:

    cd rpgmylife-dev
    
  3. Start the development environment:

    npm start
    
  4. Use Ctrl+C to stop all services.

  5. Stop and remove the Docker container when you're done:

    npm run stop