Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 730 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 730 Bytes

Newsroom

This is Pimp My Book's newsroom where our blog content, updates and annocuments will be hosted. It is also linked to Netlify CMS to allow editors to upload their content.

This project is built with:

Installtion instructions

1. Install Gridsome CLI tool if you don't have

yarn install --global @gridsome/cli

2. Clone the repo

$ git clone https://github.com/pimp-my-book/newsroom.git

3. Change into the project directory

$ cd newsroom

4. Install the dependancies

$ yarn install

5. Then start the server and go to localhost:8080

$ yarn develop