Tuesday | 30 APR 2024
[ previous ]
[ next ]

Bite the Apple

Title:
Date: 2023-12-20
Tags:  pick

A quick starter guide for my Pick Web Framework.

mkdir example.com
cd example.com
uv

Set up the account as a Pick style account.

> CREATE-FILE BP 1,11 11,1
> RESIZE BP 19
> OFF

Once the account is set up and the BP folder is created, we can then get NPM.

wget https://raw.githubusercontent.com/Krowemoh/npm/main/NPM`
mv NPM BP/

Now back to UniVerse.

uv
> BASIC BP NPM
> CATALOG BP NPM

Now we can install the starter.

> NPM INSTALL BP BITE-THE-APPLE
> RUN BP BITE-THE-APPLE

Now we have everything to start the web server:

> SERAPHIM DEMO