Skip to content

Main page for Empiresmod, a free indie RTS/FPS game

Notifications You must be signed in to change notification settings

shubhamraj01/website-4

 
 

Repository files navigation

Empiresmod main page

The main page for Empiresmod, a free indie RTS/FPS game - free open source software built with Hakyll.

Note: The steps for building the website locally currently only work on Linux - you can still write and submit pull requests from Windows, it just means you cannot review changes, seeing them as they would appear online.

Clone this repository

Scroll up, copy from the green "Clone or download" button on the right, plug that into your git GUI (e.g. GitExtensions) or copy the following into a terminal window:

git clone [email protected]:EmpiresCommunity/website.git

Install stack & hakyll

Install stack as described here, then install hakyll from a terminal, opened on the website directory, with:

stack setup
stack install hakyll

Build the website

make

That will place a working copy of the website into /_site/, below wherever you cloned this repository. For example, if you cloned into C:\Empiresmod\website, then you can put /C:/Empiresmod/website/_site/index.html into your browser's url bar; but if you're running linux, what you put into the url bar should look like: file:///home/you/empires/website/_site/index.html

Deploy

Run make deploy when you are happy with the changes; that deploys to empiresmod.com (gh-pages branch). If you don't have the required permissions to deploy, first fork, then submit a pull request.

Stuck?

If you get stuck trying to follow these steps, open an issue.

About

Main page for Empiresmod, a free indie RTS/FPS game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.5%
  • HTML 40.7%
  • Haskell 9.7%
  • JavaScript 4.5%
  • Makefile 0.6%