pure | 📦
code style | standard
._ .__.
|_)\/|(_|
| /
Tiny Pyramid / Toy Platform / Pico Silo
$ yarn
yarn start # Start backend on port 5000
yarn designer # Start frontend on port 5001Point your browser to localhost:5001 and enjoy!
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 start2023 🄯 Tony Ivanov