Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aravindputrevu/aravind.dev
Source Code for https://aravind.dev - a personal blog
https://github.com/aravindputrevu/aravind.dev
Last synced: 22 days ago
JSON representation
Source Code for https://aravind.dev - a personal blog
- Host: GitHub
- URL: https://github.com/aravindputrevu/aravind.dev
- Owner: aravindputrevu
- License: apache-2.0
- Created: 2020-11-12T06:25:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T05:52:17.000Z (3 months ago)
- Last Synced: 2024-08-11T06:43:11.275Z (3 months ago)
- Language: JavaScript
- Size: 27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aravind.dev
Source code for [aravind.dev](https://aravind.dev) blog.
This is the [Original Theme Source](https://github.com/taniarascia/taniarascia.com).# Prerequisites
- Node
- Gatsby# Building the project
Below command installs all the necessary modules from the
```
npm install
``````
gatsby develop
```Please read more about each [plugin](https://www.gatsbyjs.com/plugins/) and about [gatsby](https://www.gatsbyjs.com/docs/quick-start/) further.