to start a localhost follow the steps:
- copy this repository to a convenient directory:
- write in the terminal
git clone https://github.com/akita-online/akitablock.io.git
- or download ZIP
- go to the project directory and open terminal:
- write
npm install
ornpm i
for installing node modules in the directory - write
npm run serve
for runing localhost
- open
http://localhost:8080/
in the browser