/paskoocheh

Interactive 3D model of Farhang square neighborhood on the web.

Primary LanguageHTML

Paskoocheh

madmadi.github.io/paskoocheh

Interactive 3D model of Farhang square neighborhood on the web, developed in a 2-days long Hackathon program.

Clone the repo

Clone and instal the dependencies.

$ git clone https://github.com/madmadi/paskoocheh.git
$ cd paskoocheh
$ npm install

Start dev server

Default port is 8080 so it will be served at localhost:8080.

$ npm run serve

Build

The output will be saved in docs/ directory and it will be served by Github pages.

$ npm run build