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. 🎙️
- Host: GitHub
- URL: https://github.com/pimp-my-book/newsroom
- Owner: pimp-my-book
- Created: 2019-07-18T10:55:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T22:57:11.000Z (over 2 years ago)
- Last Synced: 2025-02-11T09:50:42.426Z (4 months ago)
- Language: Vue
- Homepage: https://pmbnewsroom.netlify.com
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```