UweKnopf / stoex

https://stoex.vercel.app
3 stars 1 forks source link

Stoex

Description

A modern and simple Inventory Management System.

Features

WIP

Dev Stuff

Stack

For hosting, analytics and speed monitoring we use Vercel.

Prisma Auth

This is the current auth implementation in Prod.

Getting Started with Contributing

  1. Find an Issue to contribute to/make a new issue with a feature or change
  2. Fork master
  3. Pull the Fork to your local machine
  4. Install all dependencies
    npm install
  5. test if everything works locally
    npm run dev
  6. Happy coding!
  7. Commit your changes locally
  8. Sync these changes with your fork
  9. Make a pull request to here