-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into crosshair_table
- Loading branch information
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
Titanfall 2 + Northstar Modding Docs | ||
==================================== | ||
# NorthstarDocs | ||
|
||
This repo contains documentation and guides on most things you need to know about creating mods for Northstar. | ||
This repo contains documentation and guides on most things you need to know about using and creating mods for Northstar. | ||
|
||
It is partitioned into: | ||
- the **Wiki** section which contains a variety of information on how to install and use Northstar as well as troubleshooting tips. | ||
- the **Modding** section which contains all the information necessary to create mods for Northstar as well as further technical details for developing for Northstar. | ||
|
||
Especially the technical documentation is not done yet and might be incorrect or outdated in some places. | ||
|
||
If you have some knowledge to share, but don't want to write a PR, you can make an issue explaining what you know and we can try to integrate that into the docs. | ||
|
||
Contributing | ||
------------ | ||
## Contributing | ||
|
||
The only prerequisites are python and pip. On Linux simply run `run.sh` in the root dir and in windows execute `run.ps1` with powershell in the root dir. You may need to change the Powershell execution policies in order to run the script. | ||
|
||
Running the script will install all dependencies required and build the docs locally. The local version is available at [port 8000](http://127.0.0.1:8000/). The server will get opened in your browser when the script finishes. | ||
When you change a file the server will automatically rebuild it and refresh your browser window. | ||
|
||
If you get an error message while running the script on Windows, check the following GitHub issue: https://github.com/R2Northstar/NorthstarDocs/issues/106 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters