Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anisjonischkeit/shooter
ABANDONED
https://github.com/anisjonischkeit/shooter
Last synced: 2 days ago
JSON representation
ABANDONED
- Host: GitHub
- URL: https://github.com/anisjonischkeit/shooter
- Owner: anisjonischkeit
- Created: 2019-04-15T11:49:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:42:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T15:18:35.287Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 548 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reprocessing Shooter [![Netlify Status](https://api.netlify.com/api/v1/badges/d91b0b5d-ead3-4081-a759-7880199f04ef/deploy-status)](https://app.netlify.com/sites/determined-haibt-e6bd07/deploys)
## How to
```
git clone https://github.com/anisjonischkeit/Shooter.git
```### Install
```
npm install
```### Build
```
npm run build
```### Start
```
npm start
```To build to JS run `npm run build:web` and then run a static server, like `python -m SimpleHTTPServer` and go to `localhost:8000`. If you're using safari you can simply open the `index.html` and tick `Develop > Disable Cross-Origin Restrictions`.
To build to native run `npm run build:native` and run `npm run start:native`
The build system used is [bsb-native](https://github.com/bsansouci/bucklescript).