You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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