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

https://github.com/pasdam/dev.pasdam.github.io

Source code of my personal blog
https://github.com/pasdam/dev.pasdam.github.io

Last synced: over 1 year ago
JSON representation

Source code of my personal blog

Awesome Lists containing this project

README

          

# dev.pasdam.github.io

This repository contains the source code for [pasdam.github.io](https://pasdam.github.io/).

## Initial setup

To download all the dependencies:

```sh
npm install
```

## Development

To run the website in development mode:

```sh
gatsby develop
```

## Build

To build the release version:

```sh
npm run build
```