We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4ca2a commit fe3ee56Copy full SHA for fe3ee56
README.md
@@ -1,3 +1,17 @@
1
-# programmingbuddies-ui
+# Programming Buddies Frontend
2
3
-Frontend for the Programming Buddies community
+Frontend for the [Programming Buddies](https://github.com/programmingbuddies/) community
4
+
5
+## Setup Guide
6
7
+Requirements:
8
9
+- npm
10
+- nodejs
11
12
+Then:
13
14
+1. Do `npm install` to install dependencies
15
+2. Do `npm start` to start the project
16
17
+> `npm build` will bundle the app for deployment and put those files into **build/**
0 commit comments