composer install
cp .env.example .env
valet link
(or whatever you use to serve sites locally)- Go to
/docs/quickstart
(within this directory)
./generate
Running this command will generate static files inside the dist
folder. This get's auto-deployed to netlify on push.
All pages are stored as Markdown in the pages
directory. You can add/modify anything in there. If you add a page, make sure to register it in routes.php
.