TradeCommander
TradeCommander copied to clipboard
A CLI style interface for the SpaceTraders API, written in Blazor WebAssembly.
TradeCommander
TradeCommander is a CLI style web interface for the Space Traders API. It is built using Blazor WebAssembly and runs entirely in browser, needing only a static host. This application is available to use at dotefekts.github.io/TradeCommander, or run yourself locally by following the instructions below.
Installation
Requires .Net 5 SDK
- Clone the repo
git clone https://github.com/DotEfekts/TradeCommander.git - CD to the project directory
cd TradeCommander/TradeCommander - Start the server
dotnet run - Open your browser and go to https://localhost:5001/
Contributing
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/MyNewFeature) - Commit your Changes (
git commit -m 'Added MyNewFeature') - Push to the Branch (
git push origin feature/MyNewFeature) - Open a Pull Request
License
Distributed under the GNU General Public License v3.0 License. See LICENSE for more information.