This is the source code repository for the GenTag back-end web API.
- Node.js v18 LTS+
- PNPM package manager
(npm i -g pnpm)
- Create an
.env
file and configure based on.env.example
- You will need to configure your own
/resources
folder. Copy the/resources_example
folder, rename it to/resources
, and edit to your requirements. - Install dependencies with
pnpm i
- Build with
pnpm build
- Start with
node dist/index.js