Compare commits
12 Commits
main
...
9e77e98349
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e77e98349 | ||
|
|
6fdaa16610 | ||
|
|
4d52f14287 | ||
|
|
97fb5175f6 | ||
|
|
a07020bea6 | ||
|
|
673a80485f | ||
|
|
08e6b09d43 | ||
|
|
68cea5d699 | ||
|
|
23752a9c6c | ||
|
|
18107b71ef | ||
|
|
5daa488400 | ||
|
|
f17d11bb35 |
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 89 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 95 KiB |
90
readme.md
90
readme.md
@@ -1,90 +0,0 @@
|
|||||||
# Kiosk
|
|
||||||
|
|
||||||
A modern office/building information display system built with React and PocketBase. Provides an interactive interface for building navigation, company directory, and bulletin notices.
|
|
||||||
|
|
||||||
## Features
|
|
||||||
|
|
||||||
- **Interactive Floor Plans** - Navigate multi-story buildings with annex filtering, room highlighting, and company logo positioning
|
|
||||||
- **Company Directory** - Browse tenant companies with contact information and visual cards
|
|
||||||
- **Bulletin Board** - Display important notices and announcements
|
|
||||||
- **Static Hosting Ready** - Hash-based routing for deployment anywhere
|
|
||||||
|
|
||||||
## Screenshots
|
|
||||||
|
|
||||||
### Bulletin Board
|
|
||||||

|
|
||||||
|
|
||||||
### Company Directory
|
|
||||||

|
|
||||||
|
|
||||||
### Floor Plan Navigation
|
|
||||||

|
|
||||||
|
|
||||||
### About Page
|
|
||||||

|
|
||||||
|
|
||||||
## Setup
|
|
||||||
|
|
||||||
### Prerequisites
|
|
||||||
|
|
||||||
- **pnpm** 8+ (package manager)
|
|
||||||
- **PocketBase** (backend database)
|
|
||||||
|
|
||||||
### PocketBase Setup
|
|
||||||
|
|
||||||
1. Download PocketBase from [pocketbase.io](https://pocketbase.io)
|
|
||||||
2. Initialize the database:
|
|
||||||
```bash
|
|
||||||
./pocketbase serve
|
|
||||||
```
|
|
||||||
3. Import the schema from `schema/pb_schema.json` via the PocketBase admin UI (_Settings > Import collections_)
|
|
||||||
|
|
||||||
### Web Frontend
|
|
||||||
|
|
||||||
Install dependencies:
|
|
||||||
```bash
|
|
||||||
cd web
|
|
||||||
pnpm install
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Development Mode
|
|
||||||
|
|
||||||
Run the development server:
|
|
||||||
```bash
|
|
||||||
make web-dev
|
|
||||||
# or
|
|
||||||
cd web && pnpm dev
|
|
||||||
```
|
|
||||||
|
|
||||||
The app will be available at `http://localhost:5173`
|
|
||||||
|
|
||||||
#### Production Build
|
|
||||||
|
|
||||||
Build for production:
|
|
||||||
```bash
|
|
||||||
make web-build
|
|
||||||
# or
|
|
||||||
cd web && pnpm build
|
|
||||||
```
|
|
||||||
|
|
||||||
Built files will be in `web/dist/` - ready for static hosting.
|
|
||||||
|
|
||||||
### Additional Commands
|
|
||||||
|
|
||||||
```bash
|
|
||||||
make web-lint # Run ESLint
|
|
||||||
make web-format # Format code with Prettier
|
|
||||||
make web-preview # Preview production build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Tech Stack
|
|
||||||
|
|
||||||
- **Frontend**: React 19, TypeScript, Vite, Tailwind CSS
|
|
||||||
- **UI Components**: shadcn/ui
|
|
||||||
- **Routing**: Wouter (hash-based)
|
|
||||||
- **Backend**: PocketBase
|
|
||||||
- **Build**: Vite with Rolldown (beta)
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
MIT License - Copyright © 2025 "NABLA" d.o.o. Zenica
|
|
||||||
Reference in New Issue
Block a user