mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00
Update readme, update license
This commit is contained in:
@@ -7,19 +7,6 @@ admin dashboard codebase.
|
|||||||
### Build Commands
|
### Build Commands
|
||||||
- `yarn build`: Installs all dependencies and bundles the application
|
- `yarn build`: Installs all dependencies and bundles the application
|
||||||
- `yarn hot`: Bundles the application and runs a mock (serverless) version on port 8000
|
- `yarn hot`: Bundles the application and runs a mock (serverless) version on port 8000
|
||||||
|
- `yarn lint`: Lints JSX with ESLint
|
||||||
### Directory Tree
|
- `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.
|
||||||
jhadmin/
|
|
||||||
.gitignore
|
|
||||||
README.md
|
|
||||||
admin-react-fe/
|
|
||||||
package.json
|
|
||||||
webpack.config.json
|
|
||||||
yarn.lock
|
|
||||||
build/
|
|
||||||
admin.fe.js
|
|
||||||
index.html
|
|
||||||
src/
|
|
||||||
App.jsx
|
|
||||||
```
|
|
@@ -4,7 +4,7 @@
|
|||||||
"description": "React application for the Jupyter Hub admin dashboard service",
|
"description": "React application for the Jupyter Hub admin dashboard service",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "nabarber",
|
"author": "nabarber",
|
||||||
"license": "MIT",
|
"license": "BSD-3-Clause",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn && webpack",
|
"build": "yarn && webpack",
|
||||||
"hot": "webpack && webpack-dev-server",
|
"hot": "webpack && webpack-dev-server",
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"description": "JupyterHub nodejs dependencies",
|
"description": "JupyterHub nodejs dependencies",
|
||||||
"author": "Jupyter Developers",
|
"author": "Jupyter Developers",
|
||||||
"license": "BSD",
|
"license": "BSD-3-Clause",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jupyter/jupyterhub.git"
|
"url": "https://github.com/jupyter/jupyterhub.git"
|
||||||
|
Reference in New Issue
Block a user