1.0.8 • Published 4 years ago

ovobox v1.0.8

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
4 years ago

Ovobox

Front-end hosting

npm i ovobox -g

Four easy steps to get it done:

1. Go to beta.ovobox.com and sign in (easy login with Google)

2. Add new project (you will get your project token and link right away)

3. In root directory create file “ovobox.json”. Add token and path to build folder to the file

{
    "token": "<TOKEN-HERE>",
    "path": "folder/with/build"
}

type “.” if using root directory for the project

4. To host your project use command

ovobox --host 

You’re all set! Access your project by following the link.

Enjoy 😉