Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 file

Then 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.