Admin panel for managing Japanese music/song data on Gaku web.
The following are required to be able to run this application:
- Node.js 18
- pnpm (package manager)
For development purposes, before running this application please do some necessary preparations including: installing dependencies, and setting environment variables in the .env.development
file.
Command:
npm install -g pnpm
Run the above command if pnpm
is not installed. Then run the command below:
pnpm install
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
Command:
pnpm dev
This documentation was written by Ahmad Rivaldy S