If you notice any bugs or missing features, you can let us know by opening an issue here.
This project is subject to Apache License 2.0. This only applies to clean source code. During the development and compilation process, additional source code that we do not own the rights to may be used. Such code is not covered by the Apache license. For those who are unfamiliar with the license, here is a summary of its main points. This is by no means legal advice nor legally binding.
Actions that you are allowed to do:
- Use
- Share
- Modify
If you do decide to use ANY code from the source:
- You must disclose the source code of your modified work and the source code you took from this project. This means you are not allowed to use code from this project (even partially) in a closed-source (or even obfuscated) application.
- Your modified application must also be licensed under the Apache
To run Wersdown Earthquake, first make sure Node.JS and TypeScript are installed.
- Clone the repository using
git clone --recurse-submodules https://github.com/Wersdown/Earthquake
. - CD into the local repository.
- Install modules using
npm install
. - Run server using
npm serve