Skip to content

Commit fe3ee56

Browse files
author
flurach
committed
Added README
1 parent 4a4ca2a commit fe3ee56

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# programmingbuddies-ui
1+
# Programming Buddies Frontend
22

3-
Frontend for the Programming Buddies community
3+
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

Comments
 (0)