Skip to content

An enterprise-class, open source, and free platform for managing groups, resources, and assignments.

License

Notifications You must be signed in to change notification settings

zSnout/kama-sona

Repository files navigation

kama sona

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.

Developing

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-sona

Then, install the dependencies with NPM and build Prisma Client.

npm install
npx prisma generate

Once 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 -- --open

Building

To create a production version of kama sona:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

An enterprise-class, open source, and free platform for managing groups, resources, and assignments.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published