KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
introjs-website
★ 9
Open GitHub ↗
Intro.js website and documentation
Download README (.md)
Explore Similar Repositories
demo-catalog
:
Repository that will host all demotron v3 scenarios
Docs
:
An app for digitally signing prescription and ensuring legitimacy for e-pharmacies.
grants
:
No description available.
Vp.FSharp.Sql.SqlServer
:
F# Wrapper for SQL Server using Microsoft.Data.SqlClient and Vp.FSharp.Sql
frpbypassapk
:
FRP Bypass 2021 APK Mobile Download For Android
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
introjs-website
?
Download (.md)
# 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=<Your GitHub username> USE_SSH=true yarn deploy ```