Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 558 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 558 Bytes

Surreal React

SurrealDB explorer.. its a work in progress but have fun :)

screenshot

Live preview/test

https://surrealreact.fly.dev/

How to run locally

git clone https://github.com/rvdende/surrealreact
cd surrealreact
yarn install
yarn start

Open browser at http://localhost:3000/

To connect to a localhost surreal instance:

surreal start --log debug --user root --pass root memory

url: http://0.0.0.0:8000/rpc
user: root
pass: root