Go to file
2023-12-19 08:42:00 -04:00
public Initial commit 2023-12-15 10:33:03 -04:00
src Update rate limit settings in server.ts 2023-12-19 08:42:00 -04:00
.browserslistrc Initial commit 2023-12-15 10:33:03 -04:00
.editorconfig Initial commit 2023-12-15 10:33:03 -04:00
.env.development Server setup 2023-12-15 11:38:14 -04:00
.eslintrc.js Initial commit 2023-12-15 10:33:03 -04:00
.gitignore Basic server setup 2023-12-15 15:55:53 -04:00
.prettierrc Basic server setup 2023-12-15 15:55:53 -04:00
Dockerfile Remove unnecessary Prisma commands and comments 2023-12-18 15:28:30 -04:00
index.html Update favicon and page title 2023-12-18 13:18:03 -04:00
package-lock.json 1.0.1 2023-12-19 08:35:25 -04:00
package.json 1.0.1 2023-12-19 08:35:25 -04:00
README.md Basic server setup 2023-12-15 15:55:53 -04:00
tsconfig.json Server setup 2023-12-15 11:38:14 -04:00
tsconfig.node.json Initial commit 2023-12-15 10:33:03 -04:00
tsconfig.server.json Server setup 2023-12-15 11:38:14 -04:00
vite.config.ts Server setup 2023-12-15 11:38:14 -04:00

IFMS Password updater - Web

Project setup

npm install

Compiles and hot-reloads for development

npm

npm run dev

Compiles and minifies for production

npm

npm run build