An open API service indexing awesome lists of open source software.

https://github.com/usablica/introjs-website

Intro.js website and documentation
https://github.com/usablica/introjs-website

Last synced: about 1 year ago
JSON representation

Intro.js website and documentation

Awesome Lists containing this project

README

          

# Intro.js website

Intro.js website, documentation and examples

## Installation

```console
yarn install
```

## Local Development

```console
yarn start
```

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

## Build

```console
yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

## Deployment

```console
GIT_USER= USE_SSH=true yarn deploy
```