This is a group project, were we create a static blog. That will utilize markdown files for blog posts.
- Clone the repo
git clone [email protected]:Will513r/React-blog.git
- Change directory
cd React-blog
- If this is your first run
npm install
- Otherwise fire up the server
npm run dev