pull down to refresh
git clone https://github.com/orangeshyguy21/orchard
cd orchard
cp .env.example .env
.env
npm i
npm run start:server
npm run start:client
git clone https://github.com/orangeshyguy21/orchardcd orchardcp .env.example .env.env(if you don't know what to put, the UI will give you examples if you don't configure anything)npm inpm run start:servernpm run start:client