Skip to content

milieu-us/linked-thoughts

 
 

Repository files navigation

Project under development

Dev

Checkout and run the backend server

(Needs docker installed)

cd ..
git clone https://github.com/uprtcl/js-uprtcl-server.git
cd js-uprtcl-server

run dgraph

sudo docker run --rm -it -p 8080:8080 -p 9080:9080 -p 8000:8000 -v ~/dgraph:/dgraph dgraph/standalone:v20.03.3

add a .env file like this one and on another terminal run the server in debug mode

npm i
npm run debug

Then run this app

cd ../linked-thoughts
npm i
npm run dev

Head to http://localhost:8002

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.0%
  • JavaScript 12.8%
  • Shell 8.2%
  • HTML 6.0%