Skip to content

Commit

Permalink
Remove deploy.sh and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
liberostelios committed Jun 18, 2024
1 parent 7644c9a commit 4365ae8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 32 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,35 +14,29 @@ You can run `ninja` without installation by visiting [ninja.cityjson.org](https:

## Installation

Initialize the [cityjson-vue-components](https://github.com/cityjson/cityjson-vue-components) git submodule:
```
git submodule init
git submodule update
```

Install all dependencies:

```
yarn install
npm install
```

### Compile and run for development

```
yarn run dev
npm start
```

You can visit the local version at: [http://localhost:9080/dist/index.html](http://localhost:9080/dist/index.html).
You can visit the local version at: [http://localhost:1234/](http://localhost:1234).

### Compile and run for production

```
yarn run build
npm run build
```

# Dependencies

*ninja* uses [cityjson-vue-components](https://github.com/cityjson/cityjson-vue-components) and [cityjson-threejs-loader](https://github.com/cityjson/cityjson-threejs-loader) to handle things.
*ninja* uses [cityjson-threejs-loader](https://github.com/cityjson/cityjson-threejs-loader) to handle things.

Other frameworks used:
- [three.js](https://threejs.org/)
Expand Down
21 changes: 0 additions & 21 deletions deploy.sh

This file was deleted.

0 comments on commit 4365ae8

Please sign in to comment.