feat: add live demo section with access details in README and documentation
This commit is contained in:
@@ -6,6 +6,21 @@ Neta is a freelancer operating system built with Next.js and Supabase. It manage
|
|||||||
|
|
||||||
This repository now ships only the web application. It does not bundle Supabase, PostgreSQL, Docker Compose, installers, migration runners, or backup scripts. Bring your own Supabase project and provide the required environment variables in the deploy platform.
|
This repository now ships only the web application. It does not bundle Supabase, PostgreSQL, Docker Compose, installers, migration runners, or backup scripts. Bring your own Supabase project and provide the required environment variables in the deploy platform.
|
||||||
|
|
||||||
|
## Live Demo
|
||||||
|
|
||||||
|
You can try the demo here:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
https://demo.takeneta.com
|
||||||
|
```
|
||||||
|
|
||||||
|
Demo account:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
Email: test@takeneta.com
|
||||||
|
Password: 123456
|
||||||
|
```
|
||||||
|
|
||||||
## Stack
|
## Stack
|
||||||
|
|
||||||
- Next.js App Router
|
- Next.js App Router
|
||||||
|
|||||||
@@ -70,3 +70,20 @@ Kurulumdan sonra akış şu şekilde ilerler:
|
|||||||
6. İstenirse müşterilere portal hesabı oluşturulur.
|
6. İstenirse müşterilere portal hesabı oluşturulur.
|
||||||
|
|
||||||
Bu dokümantasyonun amacı sadece nasıl kurulur demek değil. Aynı zamanda projeyi neden böyle kurguladığımı, hangi parçanın ne işe yaradığını ve özelleştirmek isteyen birinin nereden başlaması gerektiğini netleştirmek.
|
Bu dokümantasyonun amacı sadece nasıl kurulur demek değil. Aynı zamanda projeyi neden böyle kurguladığımı, hangi parçanın ne işe yaradığını ve özelleştirmek isteyen birinin nereden başlaması gerektiğini netleştirmek.
|
||||||
|
|
||||||
|
## Canlı Demo
|
||||||
|
|
||||||
|
Neta'yı kurmadan önce incelemek isterseniz demo ortamını açabilirsiniz:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
https://demo.takeneta.com
|
||||||
|
```
|
||||||
|
|
||||||
|
Demo hesabı:
|
||||||
|
|
||||||
|
```txt
|
||||||
|
E-posta: test@takeneta.com
|
||||||
|
Şifre: 123456
|
||||||
|
```
|
||||||
|
|
||||||
|
Bu demo ortamı projeyi hızlıca tanımak için var. Dashboard'u, müşteri ve proje ekranlarını, görevleri, finans alanını, AI asistan ekranını ve client portal akışını kurulum yapmadan gezebilirsiniz.
|
||||||
|
|||||||
Reference in New Issue
Block a user