https://github.com/ericc-ch/pos-pts
Baca README lah ya tolong
https://github.com/ericc-ch/pos-pts
Last synced: about 1 year ago
JSON representation
Baca README lah ya tolong
- Host: GitHub
- URL: https://github.com/ericc-ch/pos-pts
- Owner: ericc-ch
- Created: 2020-11-12T12:20:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T14:28:27.000Z (over 5 years ago)
- Last Synced: 2025-02-13T09:32:07.609Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://pos-pts-erick.netlify.app/
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aplikasi POS untuk penambahan nilai PTS
## Cara Setup
1. Buat Firebase project
1. Setup Firestore
1. Setup Auth (email & password)
2. Clone project
3. Ubah config Firebase di `firebase/init.ts`
4. `npm i -g yarn pnpm firebase-tools`
5. `yarn install`
6. `cd functions/`
7. `pnpm install`
8. `firebase deploy`
Local development server: `yarn dev`
Or just use this button
[](https://app.netlify.com/start/deploy?repository=https://github.com/EChristian48/POS-PTS)
## List akun
| Role | E-Mail | Password |
| ------- | ------------------- | -------- |
| Admin | admin@admin.com | password |
| Kasir | kasir@kasir.com | password |
| Manajer | manajer@manajer.com | password |