An open API service indexing awesome lists of open source software.

https://github.com/pimp-my-book/newsroom

Pimp My Book's media center that houses it's blog and other content to engage with the public. 🎙️
https://github.com/pimp-my-book/newsroom

Last synced: about 2 months ago
JSON representation

Pimp My Book's media center that houses it's blog and other content to engage with the public. 🎙️

Awesome Lists containing this project

README

        

# 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:

* [Yarn](https://yarnpkg.com)
* [Gridsome](https://gridsome.org)
* [Tailwind](https://tailwindcss.com/)

## 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
```