Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 926 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 926 Bytes

CnCNet Map Search

A very simple map search project using TypeScript. Currently just a concept.

image

Getting Started

...

Installing

Once you have forked and cloned off the project. Install the project dependencies by running:

yarn install

Development

Serves a webserver provided by Parcel to the build/debug folder.

yarn dev

Production

Compiles a production ready project to the build/release folder.

yarn build

Built With

  • TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript.
  • Parcel - App bundler for JavaScript.

License

This project is licensed under the MIT License - see the LICENSE.md file for details