Go to file
Douglas Barone 88f5a3329f 1.0.2
2024-01-29 08:08:25 -04:00
public Initial commit 2023-12-15 10:33:03 -04:00
src Refactor password validation rules in MainForm.vue 2024-01-29 07:50:47 -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.2 2024-01-29 08:08:25 -04:00
package.json 1.0.2 2024-01-29 08:08: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