Go to file
Douglas Barone e133e293ff Update
2024-09-26 10:30:45 -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
.env.example Added env example 2024-09-26 10:14:03 -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 Update 2024-09-26 10:30:45 -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 run dev

Compiles and minifies for production

npm run build

Run the compiled code

npm start