Skip to content

Commit d558c7a

Browse files
author
Taurean Bryant
committed
updating readme to cover how to build locally
1 parent e6b5fa1 commit d558c7a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# devsofcolour
22
A searchable and sortable database to find devs of colour of all skill levels, languages, frameworks.
3+
4+
# How to build locally
5+
to build locally:
6+
* first make sure you have [node](https://nodejs.org) installed (this has been tested with node version v10.15.3 and npm version 6.4.1)
7+
* While in the `devsofcolour` directory in your terminal of choice, run `npm install` to install the repos packaged dependencies
8+
* once that's complete, run `npm start`
9+
* your terminal prompt should provide you with a few different local addresses to access both the live build of the website as well as the CMS interface for managing content
10+
* If you run into any issues or have concerns please use the [issues tab](https://github.com/tatianamac/devsofcolour/issues) on the github repo.

0 commit comments

Comments
 (0)