Gregory Ballantine 8c1c43e4df
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fixed the cookie/filter thing
2024-05-25 11:47:57 -04:00
2024-05-25 11:47:57 -04:00
2022-11-04 09:07:31 -04:00
2024-05-24 12:52:58 -04:00
2022-11-04 18:23:29 -04:00
2024-05-24 12:09:09 -04:00
2022-11-01 22:00:38 -04:00
2024-05-24 13:10:16 -04:00

overseer

Self-hosted inventory tracker

Installation/Deployment

git clone https://git.metaunix.net/BitGoblin/overseer

npm install --no-dev

npm run sequelize db:migrate

npm run grunt

npm run prod

Development

Feel free to clone this project and submit Merge Requests or just fork it and make it your own!

You will need the following tools/libraries to develop Overseer:

  • node.js
  • NPM
  • Grunt.js
  • Git (not strictly required but ideal)

Other than that, you should be good to go! You can start the development server with nodemon to auto-reload changes:

npm run nodemon

And to auto-compile asset changes (e.g. SASS and JS):

npm run grunt watch

If all went well, you should be able to visit http://localhost:3000/ in your browser and see the dashboard.

Description
Self-hosted inventory tracker
Readme 5.3 MiB
v0.3.0 Latest
2024-05-24 13:10:16 -04:00
Languages
Twig 52.8%
JavaScript 37.1%
SCSS 6.7%
Shell 3.4%