1
0
Fork 0

customize home page

This commit is contained in:
boyska 2022-01-30 14:24:59 +01:00
parent a7253dc6c8
commit e8f97b8cae
2 changed files with 7 additions and 1 deletions

6
doc/home.md Normal file
View file

@ -0,0 +1,6 @@
Radiomanifest is a specification to make webradios express their offer in a standard way. This is a client
library aiming at making the development of expressive webapps a breeze.
You are strongly invited to start from:
- {@tutorial quickstart} tutorial
- {@link get} this is the first function you'll ever call, in 99% of user scenarios

View file

@ -14,7 +14,7 @@
"test": "npm run test:node && npm run test:browser",
"test:node": "mocha",
"test:browser": "karma start --single-run --browsers ChromeHeadless,FirefoxHeadless karma.config.js",
"docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json .",
"docs": "jsdoc -c ./jsdoc.conf.json --tutorials doc/tutorials/ --package ./package.json . doc/home.md",
"build": "webpack"
},
"author": "",