This is the frontend codebase used for tinkerhub portal
- node
- npm
git clone https://github.com/tinkerhub-org/jenga-ui.git- Add a
.envfile with keys and there required values from.env.sample - Install node dependencies
npm install - Start the dev server
npm run dev - Open
http://localhost:3000
- To start the storybook server
npm run storybook
- Fork the project and create a branch
git checkout -b 'some sensibile name like issue' - Start it up
- And your good to go
Distributed under the MIT License. See LICENSE for more information.