Skip to content

cornwalldev/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacking

There is currently no build-step so you're free to use any static file-server:

# bun (recommended)
bun index.html

# python
python -m http.server 3000