Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@

An Open Source online course platform.

### Prerequisites

* Npm
* Node (>=10.16.3)

To install npm [GO TO this link](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)

## Getting Started


1. Fork this repo and clone in your machine;

2. Change directory to `collabcodetraining-frontend` where you cloned it;
Expand All @@ -21,10 +29,6 @@ npm run dev

This project uses Sapper for SvelteJS, if you have any doubt on how Sapper or SvelteJS works, please consult [sapper.svelte.dev](https://sapper.svelte.dev) and [svelte.dev](https://svelte.dev) for help getting started.

### Prerequisites

* Npm
* Node (>=10.16.3)

## Running the tests

Expand Down