Skip to content

decentlabs-north/pyra

Repository files navigation

pure | 📦 code style | standard

._   .__.
|_)\/|(_|
|  /

Tiny Pyramid / Toy Platform / Pico Silo

Use

$ yarn
yarn start # Start backend on port 5000
yarn designer # Start frontend on port 5001

Point your browser to localhost:5001 and enjoy!

Run production

If you're running your own, let's link up!

Launch-script with defaults:

#!/bin/sh
echo "Launching pyra"

NODE_ENV=production \
  PORT=5000 \
  STATIC=pub/ \
  DATA=data/ \
  MAINTAINER=your.email@tld.com \
  OPENAI_API_KEY=sk-XXXXX \
  npm start

License

AGPL-3.0-or-later

2023 🄯 Tony Ivanov

About

Prototype pico-silo implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors