Skip to content

Admin panel for managing Japanese music/song data on Gaku web.

Notifications You must be signed in to change notification settings

rivaldys/gaku-panel

Repository files navigation

Gaku - Panel

Admin panel for managing Japanese music/song data on Gaku web.

❯ Installation Prerequisites

The following are required to be able to run this application:

  • Node.js 18
  • pnpm (package manager)

❯ Development

For development purposes, before running this application please do some necessary preparations including: installing dependencies, and setting environment variables in the .env.development file.

❶ Dependencies Installation

Command:

npm install -g pnpm

Run the above command if pnpm is not installed. Then run the command below:

pnpm install

❷ Setting the Environment Variable

Please copy or duplicate the .env.example file into .env.development (specific to the development version) or .env and adjust each variable. If you want to copy the file automatically, you can run the command below in the terminal and adjust each variable.

Command:

cp .env.example .env.development

❸ Running the App

Command:

pnpm dev

❯ Author

This documentation was written by Ahmad Rivaldy S

About

Admin panel for managing Japanese music/song data on Gaku web.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published