Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 420 Bytes

64space

A database-less board written in PHP and Kona-PHP framework

(compatible with legacy browsers)

Installation

Since 64space don't require any database, installation is simple: you can download Sources from this repo and unpack it, or...

git clone https://github.com/marshallovski/64space-board.git
cd ./64space-board
php -S localhost:8080

That's it!