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
- Host: GitHub
- URL: https://github.com/usablica/introjs-website
- Owner: usablica
- Archived: true
- Created: 2020-11-27T17:03:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T14:26:36.000Z (over 3 years ago)
- Last Synced: 2025-06-02T02:50:48.793Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://introjs.com
- Size: 8.82 MB
- Stars: 9
- Watchers: 3
- Forks: 306
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```