Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.2 KB

contribute_windows.md

File metadata and controls

37 lines (19 loc) · 1.2 KB

Contributing to dogecoin.com (Windows Guide)

Step 1: Set-up a webserver

Before you start, you will need a webserver. The most common webservers are Apache and NGINX.

We'll use XAMPP (X Apache MySQL PHP Perl) in this guide.

First go to apachefriends.org and download XAMPP.

Screenshot

Install XAMPP and open the XAMPP Control Panel

Start the Apache webserver:

Screenshot

Now open a browser and go to http://localhost or http://127.0.0.1

If you see something like this, everything is ready:

Screenshot

Now you're ready to start 😃

Step 2: Getting the source

Click here to download the latest source. Extract the archive to C:\xampp\htdocs\ and rename the folder dogecoin.com-gh-pages to dogecoin.

Step 3: Happy Coding :)

Now you have a working copy of dogecoin.com at http://127.0.0.1/dogecoin.

Just point your favourite IDE or Editor to C:\xampp\htdocs\dogecoin\ and start editing.