Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 635 Bytes

Secure the News - JamStack

This website is created using Gridsome and TailwindCss to demonstrate the JamStack approach to building static websites.

API endopint URL is :

https://securethe.news/api/v1/sites/

Usage

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

npm install --global @gridsome/cli

2. Create a Gridsome project

  1. cd folder-name to open the folder
  2. gridsome develop to start a local dev server at http://localhost:8080
  3. Happy coding 🎉🙌

Resources