Skip to content

Commit

Permalink
Merge pull request #193 from saltysimulations/build
Browse files Browse the repository at this point in the history
revised build script, changes to folder structure
  • Loading branch information
ninjomcs authored May 7, 2021
2 parents b2c9274 + 3f743e3 commit 04bc52d
Show file tree
Hide file tree
Showing 191 changed files with 767 additions and 1,640 deletions.
3 changes: 2 additions & 1 deletion .gitignore
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
38 changes: 0 additions & 38 deletions build.py

This file was deleted.

14 changes: 14 additions & 0 deletions docs/CONTRIBUTING.md
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`

Loading

0 comments on commit 04bc52d

Please sign in to comment.