Skip to content

Commit

Permalink
📝 Add steps to run locally #33
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilambre committed Sep 22, 2020
1 parent ba6df28 commit 7ecb89c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@

<a href="https://github.com/Naereen/StrapDown.js/blob/master/LICENSE"><img alt="Github status" src="https://img.shields.io/badge/license-MIT-brightgreen"></a>

</center>
</center><hr>

## **How to run code locally**

1. Clone the repository

2. Download all the **packages** and it's **dependencies**. Open the terminal and type

`npm install`

3. Create `.env` file and insert proper key values (refer `.env.sample`).

4. To start the server run

`npm run startDev`

<!-- [![Generic badge](https://img.shields.io/badge/Status-In_Progress-green.svg)](https://shields.io/) -->

Expand Down

0 comments on commit 7ecb89c

Please sign in to comment.