Skip to content

Terrific-dev/YAPiem

 
 

Repository files navigation

YAPms

Interactive Political Maps

The following readme should help you get started with contributing to the YAPms project

Running Local Linux

1. Install the following packages on Debian

sudo apt install php7.0 git

2. Create a directory for the YAPms code

mkdir yapms
cd yapms

3. Initialize a git project in the directory

git init

4. Add the remote repository

git remote add origin https://github.com/yapms/YAPms

5. Pull the code

git pull origin master

6. Navigate into /app

cd app

7. Start a local php server

php -S localhost:8000

8. Open your web browser and enter the following into the search bar

localhost:8000

About

Interactive Political Maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • PHP 17.1%
  • Hack 9.2%
  • CSS 6.3%
  • HTML 2.0%
  • Shell 0.1%