This is the playground for the new Jupyter.org.
Here is a link to the style guide. We will build components based on this. https://www.figma.com/file/PQD2GrejGoeZdYGhXthnAuEs/jupyter_master?node-id=700%3A2322
See it running at https://guarded-sands-77993.herokuapp.com/
npm install
.npm run dev
to see it in action!npm run build
will generate production-ready HTML in dist/
.npm run lint-fix
your code.https://git.heroku.com/guarded-sands-77993.git
.generact
to make copies of existing React components.settings.json
:
{
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "typescript",
"autoFix": true
},
{
"language": "typescriptreact",
"autoFix": true
}
]
}