OK GROW! kwiz is a fork of Arunoda's amazing "coursebook" repositories. It consists of this repo: okgrow/coursebook-server and okgrow/coursebook-ui
This is the code powering the UI for OK GROW! kwiz. The app was built in an effort to keep users up to date with details around various frameworks like React and GraphQL. The code for this app was made public to encourage users to discuss answers and add questions.
git clone git@github.com:okgrow/coursebook-ui.git
cd coursebook-ui
yarn
Set BACKEND_URL
in bash
To run locally:
npm run dev
To actually deploy to the server, run:
npm run deploy
This package is a fork of arunoda's coursebook-ui and we will try to keep up to date with that repo. The main difference between this repository and the original is the styling, some links and content, and this Readme!
Feel free to ping if there are open issues or pull requests which are taking a while to be dealt with!
To add questions make a pull request and add your question following the pattern in the scripts folder in the server repo: