Canon · Begin
Getting started
Sit once: install the house, replace the brand, and walk the four named rooms.
You do not need an account. You need a working copy of the template and a sitting with src/lib/site.ts.
Walk the house
- Open
/and read the table. - Open
/blog— that is the Folio. - Open
/docs— you are in the Canon. - Open
/loginand/register. Submit. Notice they do not keep a seat.
Replace the name
Edit the site object first. Everything else — metadata, the footer, the open graph card — reads from there.
export const site = {
name: "Your table",
tagline: "A sentence you can stand in",
url: "https://example.com",
}
Next
Install the dependencies if you have not, then read Installation.