An enterprise-class, open source, and free platform for managing groups, resources, and assignments.
Note We use a Google Doc to take notes and plan quickly. It's publicly viewable if you want to take a look.
Note If you want to develop for kama sona, please first look at the developer documentation. It's very useful and will save you a lot of time and confusion.
To work on kama sona, first download the repository from GitHub.
git clone https://github.com/zSnout/kama-sona
cd kama-sonaThen, install the dependencies with NPM and build Prisma Client.
npm install
npx prisma generateOnce those steps are done, you can run the development server.
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of kama sona:
npm run buildYou can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.