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
- Host: GitHub
- URL: https://github.com/pasdam/dev.pasdam.github.io
- Owner: pasdam
- Archived: true
- Created: 2018-08-05T10:48:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T15:45:50.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T15:55:09.578Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pasdam.github.io/
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```