https://github.com/marshallovski/64space-board
database-less board written in PHP
https://github.com/marshallovski/64space-board
Last synced: 7 months ago
JSON representation
database-less board written in PHP
- Host: GitHub
- URL: https://github.com/marshallovski/64space-board
- Owner: marshallovski
- License: gpl-3.0
- Created: 2024-05-02T12:27:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:33:49.000Z (over 1 year ago)
- Last Synced: 2024-05-03T00:28:39.921Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 64space
### A database-less board written in PHP and [Kona-PHP](http://github.com/marshallovski/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!