mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
29 lines
658 B
Markdown
29 lines
658 B
Markdown
# Nordic Privacy AI
|
||
|
||
AI-Powered GDPR compliance & personal data protection platform tailored for Nordic ecosystems (BankID, MitID, Suomi.fi).
|
||
|
||
## Tech Stack
|
||
- Next.js (App Router, TypeScript)
|
||
- Tailwind CSS
|
||
|
||
## Getting Started
|
||
```powershell
|
||
npm install
|
||
npm run dev
|
||
```
|
||
Visit http://localhost:3000 to view the landing page.
|
||
|
||
## Scripts
|
||
- `npm run dev` – Start dev server
|
||
- `npm run build` – Production build
|
||
- `npm start` – Run built app
|
||
- `npm run lint` – ESLint
|
||
|
||
## Next Steps
|
||
- Implement /try page workflow
|
||
- Add feature sections & agent explanations
|
||
- Integrate backend services for data upload & scanning
|
||
|
||
## License
|
||
Internal hackathon prototype
|