Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 293 Bytes

Official site for Imba. Work in progress.

Run

# clone the repository
git clone https://github.com/somebee/imba.io.git

# enter the folder
cd imba.io

# install dependencies
yarn

# compile (continously)
npm run watch

# run server
npm start

# visit localhost:3011 in your browser