Skip to content

webservco/sandbox

Repository files navigation

webservco/sandbox

A rudimentary sandbox project for modern web development with PHP 8.


Documentation

View online

webservco.github.io/sandbox/

Serve locally

python3 -m venv .venv
source .venv/bin/activate
pip install mkdocs
mkdocs serve
deactivate

Deploy

mkdocs gh-deploy
rm -rf site/*

Releases

No releases published

Packages

 
 
 

Contributors