Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombombadilom/webar
WebAR playground using Next.js + Tailwind + Typescript + Prisma + NextAuth + PostgreSQL + Aframe + Ar.js + TensorFlow.
https://github.com/tombombadilom/webar
augmented-reality webar webxr
Last synced: 13 days ago
JSON representation
WebAR playground using Next.js + Tailwind + Typescript + Prisma + NextAuth + PostgreSQL + Aframe + Ar.js + TensorFlow.
- Host: GitHub
- URL: https://github.com/tombombadilom/webar
- Owner: tombombadilom
- Fork: true (vercel/nextjs-postgres-auth-starter)
- Created: 2023-08-25T07:55:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:27:03.000Z (10 months ago)
- Last Synced: 2024-09-27T12:03:16.373Z (4 months ago)
- Topics: augmented-reality, webar, webxr
- Language: TypeScript
- Homepage: https://web-ar-weld.vercel.app
- Size: 510 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAR Web APP with Aframe, Ar.js, TensorFlow.js, Next.js Prisma PostgreSQL Auth
Development still pending ...
## Developing Locally
You can clone & create this repo with the following command
```bash
pnpm create next-app WebAr --example "https://github.com/tombombadilom/WebAR"
```
## Deploy on vercel using vercel client```
pnpm i -g vercel@latest```
## Getting Started
First create the .env.local fileThen run vercel link
Then run vercel env pull .env.development.local
Then, run the development server:
```bash
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.