Skip to content

donovanj44/Documentation

 
 

Repository files navigation

Discord GitHub issues GitHub pull requests GitHub contributors

Dead by Daylight Modding Documentation

Documentation for Dead by Daylight modding. The master branch is hosted on https://modbydaylight.com.

Contributing

Contributions are welcomed and appreciated. All pull requests should target the dev branch.

Before opening a pull request, it is recommended you test your changes locally to ensure there are no linking errors and everything displays as expected.

Development Setup

Requirements:

  • Node.JS
  • Python 3
  • npm and pip, which should be installed with Node.JS and Python respectively

Instructions:

  1. Open a terminal window in the documentation root directory and run npm run setup to install necessary dependencies. If the installer complains about the installation directory not being included in the path, it may be necessary to add it.
  2. Run npm run serve to launch a webserver at http://localhost:8000, which you can then connect to with a browser. The webserver will watch for changes to documentation files and automatically update and refresh your browser as you make changes. You may also run npm run build which will generate output HTML in the site directory.

    NOTE: If the theme is being modified, run npm run serve:theme to make the server also watch for changes to theme files. Additionally, because stylesheets are built from SCSS files, changes to files in the styles directory will not be automatically updated. Running npm run build will automatically update them, or you can run npx gulp buildstyles to only update the CSS.

  3. Run npm run build-and-serve and visit http://localhost:8000 to ensure your changes will display correctly once uploaded.

About

Dead by Daylight Modding Documentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Markdown 98.4%
  • JavaScript 1.3%
  • Dockerfile 0.3%