This project is a tiny Enterprise Ressource Planner (ERP) which includes:
Mink uses Svelte, SvelteKit and Prisma.
Once you've installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
[!WARNING] This projects is for now, not ready to use in production and will have some breaking changes.
Clone this repository, install devDependencies and build the project with npm build
.
Copy the content f the build folder onto a server with NodeJS 18 installed.
Install dependencies and run the production server using
npm run build