Skip to content

Commit

Permalink
updated README with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicklaspoke committed Oct 8, 2020
1 parent e006e7a commit 6e42d4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# jsramverk-me-page

[![Build Status](https://travis-ci.org/Nicklaspoke/jsramverk-client.svg?branch=master)](https://travis-ci.org/Nicklaspoke/jsramverk-client)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Nicklaspoke/jsramverk-client/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Nicklaspoke/jsramverk-client/?branch=master)

## How to run the application

### prerequisites
* nodejs version >= 12 (developed on version 14, but should work with the latest lts)

- nodejs version >= 12 (developed on version 14, but should work with the latest lts)

The easiest way to get the application up and running is to first use `npm i` to install all dependencies, after that use `npm start` to begin runnint the development server.
Once the server has started, it can be accessed on localhost:3000

0 comments on commit 6e42d4c

Please sign in to comment.