8000 GitHub - artisticLogicMK/Staff-EMS: A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.

License

Notifications You must be signed in to change notification settings

artisticLogicMK/Staff-EMS

Repository files navigation

Staff Enrollment Management System

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.


Made with




Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Firebase config

Create a firebase web app from firebase console and paste the app config in source folder (src/composables/firebase.js).

import { initializeApp } from 'firebase/app'

const firebaseConfig = {
    //...your firebase config
}

const initFirebase = initializeApp(firebaseConfig)
export default initFirebase

Customize configuration

See Vite Configuration Reference.

About

A hassle-free way for new staff to register and securely store their information, making onboarding a breeze and streamlining administrative tasks. Built for a client in 6 days.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0