Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 751 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 751 Bytes

plain-starter-bare

This is the bare starter kit for Plain, which includes plain itself and plain-dev for easier development.

Usage

Make your own copy of this repo by cloning it and starting fresh:

git clone --depth 1 https://github.com/dropseed/plain-starter-bare new-project
cd new-project
rm -rf .git
git init

Then, install the dependencies (note that you'll need uv installed on your system):

./scripts/install

Now you can fire up the development server and open http://localhost:8000 in your browser:

uv run plain dev