Skip to content

okgrow/coursebook-ui

 
 

Repository files navigation

OK GROW! kwiz

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.

Table of Contents

Install

git clone git@github.com:okgrow/coursebook-ui.git
cd coursebook-ui
yarn

Configuration

Set BACKEND_URL in bash

Development

To run locally:

npm run dev

Deployment

To actually deploy to the server, run:

npm run deploy

Maintenance

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!

@okgrow

Feel free to ping if there are open issues or pull requests which are taking a while to be dealt with!

Contributing

To add questions make a pull request and add your question following the pattern in the scripts folder in the server repo:

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%