https://github.com/pimp-my-book/goa-student-documentation
Documentation for Pimp My Book's GOA app, powered by Gridsome
https://github.com/pimp-my-book/goa-student-documentation
Last synced: about 2 months ago
JSON representation
Documentation for Pimp My Book's GOA app, powered by Gridsome
- Host: GitHub
- URL: https://github.com/pimp-my-book/goa-student-documentation
- Owner: pimp-my-book
- Created: 2019-03-01T08:54:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T18:59:41.000Z (over 2 years ago)
- Last Synced: 2025-02-11T09:50:41.292Z (4 months ago)
- Language: JavaScript
- Homepage: https://help.gogoa.co.za
- Size: 3.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOA Documentation
This repo houses the documentation for Pimp My Book's GOA app that allows bursary students to order their books for university.
## Prerequistes
* NodeJS >= 8.0.0
* Yarn## Installion & Development Instructions
First go head and clone the repo:
```
$ git clone https://github.com/pimp-my-book/goa-student-documentation.git
```
Make sure you change directories:```
$ cd goa-student-documentation
```Install Gridsome CLI tool if you don't have
```
yarn install --global @gridsome/cli
```Then make sure you install the dependancies:
```
$ yarn install
```To start the dev server:
```
$ yarn develop
```To build for production:
```
$ yarn build
```## License
MIT