KevinAdu / kevin-adu-blog

My personal blog developed with React using Astro

Home Page:http://blog.kevinadu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kevin Adu's Blog

A React application which uses Gatsby to create a blog for my thoughts

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

In order to install the project you will first need npm which can be installed by following the instructions here.

Installing

To install kevin-adu-blog, first we need to install all the npm packages is uses:

npm install

Then to run the development environment on your computer fun the following command:

npm run develop

This should open up a tab in your default browser displaying the site.

And coding style tests

We use prettier to lint our JavaScript code. To run a check using prettier, run the following command:

npm run lint

Authors

  • Kevin Adu-Sarkodie - Initial work - KevinAdu

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

My personal blog developed with React using Astro

http://blog.kevinadu.com


Languages

Language:SCSS 54.0%Language:Astro 38.0%Language:TypeScript 4.1%Language:JavaScript 4.0%