Skip to content

A vision novel player for web. Uses Vue3 framework and material design.

Notifications You must be signed in to change notification settings

Duke486/Galgamer_WebPlayer

Repository files navigation

🎮 Galgamer

A visual novel player for the web, built with Vue3 and material design.

🖥️ Live Demo

Preview Image

🚀 How to Use

  1. Clone the repository from GitHub.

  2. Install dependencies using your preferred package manager:

    • npm install
    • yarn install
    • pnpm install
    • bun install
  3. To start the development server with hot-reload, run the following command:

    npm run dev

    The server will be accessible at [http://localhost:3000].

    To suppress the JSON import warnings that happen as part of the Vuetify import mapping, add NODE_OPTIONS='--no-warnings'.

  4. To build your project for production, use:

    npm run build

    Once the build process is completed, your application will be ready for deployment in a production environment.

    Repeat for yarn, pnpm, and bun with respective commands.

About

A vision novel player for web. Uses Vue3 framework and material design.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published