Skip to content

Made changes in README.md by add link to npm docs #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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