Skip to content

lordfiSh/sniperelite5maps

Repository files navigation

Installation

Ensure you have git and Node.js installed.

After cloning the repository run the following commands:

  1. npm install (downloads dependencies for the project from NPM and builds the project to the dist/ folder.)

  2. grunt build (lints markup/js/css/json, creates vendor bundle, minifies js/css, builds the dist folder)

  3. grunt server (runs a local webserver listening on port 80 in the background and watches files for changes. Open your web browser to http://localhost)

Contributing

If you want to help translate the page to different languages you can do so on our Crowdin page.

If you want to contribute to the project, feel free to create an issue or open a pull request. Please note that creating a pull request does not guarantee it will be accepted into the project.

  1. Fork the project
  2. Clone the repository (git clone git@github.com:YourGitHubAccount/sniperelite5maps.git)
  3. Add upstream repository (git remote add upstream https://github.com/lordfiSh/sniperelite5maps.git)
  4. Create your feature branch (git checkout -b feature/AmazingFeature)
  5. Commit your changes (git commit -m 'add some amazing feature')
  6. Rebase on upstream (git fetch upstream and git rebase upstream/main)
  7. Fix any merge conflicts you may have
  8. Push to the branch (git push origin feature/AmazingFeature)
  9. Open a pull request

Licence

Licensed under CC BY-NC-SA

Credits

Sniper Elite 5 map is a rewrite by AtomCrafty, lordfiSh and CBernjus, based on the witcher3map project by untamed0.

This software uses the following libraries developed by third parties, which are licensed separately.