Update readme, update license

This commit is contained in:
Nathan Barber
2021-04-05 19:33:06 -04:00
parent 11cb9523e8
commit 5ebf652f47
3 changed files with 5 additions and 18 deletions

View File

@@ -7,19 +7,6 @@ admin dashboard codebase.
### Build Commands
- `yarn build`: Installs all dependencies and bundles the application
- `yarn hot`: Bundles the application and runs a mock (serverless) version on port 8000
### Directory Tree
```
jhadmin/
.gitignore
README.md
admin-react-fe/
package.json
webpack.config.json
yarn.lock
build/
admin.fe.js
index.html
src/
App.jsx
```
- `yarn lint`: Lints JSX with ESLint
- `yarn lint --fix`: Lints and fixes errors JSX with ESLint / formats with Prettier
- `yarn place`: Copies the transpiled React bundle to /share/jupyterhub/static/js/admin-react.js for use.

View File

@@ -4,7 +4,7 @@
"description": "React application for the Jupyter Hub admin dashboard service",
"main": "index.js",
"author": "nabarber",
"license": "MIT",
"license": "BSD-3-Clause",
"scripts": {
"build": "yarn && webpack",
"hot": "webpack && webpack-dev-server",

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"description": "JupyterHub nodejs dependencies",
"author": "Jupyter Developers",
"license": "BSD",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/jupyter/jupyterhub.git"