-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from saltysimulations/build
revised build script, changes to folder structure
- Loading branch information
Showing
191 changed files
with
767 additions
and
1,640 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,4 +1,5 @@ | ||
|
||
.vscode/tasks.json | ||
.vscode/launch.json | ||
.vscode/settings.json | ||
salty-747/manifest.json | ||
salty-747/layout.json |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Salty 747 Contributing Guidelines | ||
Thank you for your interest in contributing to the Salty 747. This document contains crucial information on the development process that will be very useful for the first-time contributor. | ||
|
||
# Prerequisites | ||
* [Node.js](https://nodejs.org/en/) | ||
* [git](https://git-scm.com/) | ||
|
||
# Recommendations | ||
* [msfs-webui-devkit](https://github.com/dga711/msfs-webui-devkit) | ||
* [VSCode](https://code.visualstudio.com/) | ||
|
||
# Building | ||
`npm run build` | ||
|
Oops, something went wrong.