Skip to content

SuSuSoo/Codepoints.net

 
 

Repository files navigation

Codepoints.net

This is the code that powers Codepoints.net. You can find a short primer in the codepoints.net/index.php file on how the code flows.

Feel free to open issues at the bug tracker or contact us via Twitter: @CodepointsNet.

See the re-use statement on codepoints.net for licensing and attribution information.

Setting up your own local instance

Get the latest database dump from dumps.codepoints.net and feed it in a MySQL database. Then create in this folder (next to this README.md) a file db.conf with this content (replace values with your database credentials):

[clientreadonly]
password=mysql-password
user=mysql-user
database=mysql-database

Install the dependencies using Composer:

composer install

Presto! Your local copy of codepoints.net is ready! To get the site running, you can use PHP’s built in development server:

this-folder:$ php -S localhost:8000 -t codepoints.net devrouter.php

About

A visual guide to the wonders of Unicode

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 58.7%
  • PLSQL 17.0%
  • CSS 10.2%
  • JavaScript 7.1%
  • Python 5.9%
  • Makefile 0.7%
  • Other 0.4%