BurkhalterY / normalux.ch

You've got 45 seconds to draw the model! | Inspired by the late Pokédraw

Home Page:https://www.normalux.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Normalux.ch

The best way to see what this project is to try it by yourself. It only takes 45 seconds.

https://www.normalux.ch/

Getting Started

Prerequisites

  • PHP 7.4 (PHP ⩾8.0 is not compatible yet)
  • MySQL

Installing

  • Clone the repository and copy config files:
git clone https://github.com/BurkhalterY/normalux.ch.git
cd normalux.ch/application/config/
cp config.php.sample config.php
cp database.php.sample database.php
  • Edit database.php with your MySQL credentials.
  • Manually create the database and import database/normalux.sql into it.

You can use an all-in-one solution such as XAMPP, UwAmp to run this project. Alternatively, you can use the following command in the repository root: php7.4 -S 0.0.0.0:8000.

Built With

Contributing

This project is not actively maintained, but feel free to contribute. I'll read all issues and PR.

Acknowledgments

  • Pokédraw - A similar website belonging to the past. The original idea come from there.

About

You've got 45 seconds to draw the model! | Inspired by the late Pokédraw

https://www.normalux.ch

License:MIT License


Languages

Language:PHP 98.9%Language:JavaScript 0.5%Language:CSS 0.3%Language:HTML 0.3%