Motivation, reasons and ideas behind v3 revamp can be found here
Software for organizing and presenting educational and training content for delivery on most platforms.
Check here for the online documentation how to use this project.
Read the Code of Conduct here
The project uses the following stack
- React
- eslint
- Apollo GraphQL
This repo heavily relies on sparked-server you might want to check it, all data is served from there.
Requirements
- Node ˆv6
- npm@latest
Clone the repo
git clone https://github.com/SparkEdUAB/sparked-client.git
cd sparked-client
Install dependencies
npm install
or yarn
Run the application
yarn start
Fork this repo
Clone your forked repo
git clone https://github.com/your-github-username/sparked-client.git
Add this repo to your remotes as upstream.
git remote add upstream https://github.com/SparkEdUAB/sparked-client
Before pushing anything to your fork, always
git pull upstream master
we accept all kinds of contributions
Reporting an issue
Thanks goes to these wonderful people (emoji key):
Olivier JM Maniraho 💻 🤔 📖 🎨 📦 |
Wilfred 💻 |
João Pedro Raskopf 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!