Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pprzetacznik/pprzetacznik.github.io-dev

Homepage
https://github.com/pprzetacznik/pprzetacznik.github.io-dev

data-engineering devops python vue vuejs

Last synced: 2 months ago
JSON representation

Homepage

Awesome Lists containing this project

README

        

# Blog build

Deploys to: https://github.com/pprzetacznik/pprzetacznik.github.io

## Building with npm

```
npm install
npm run docs:build
```

## Running the blog on local environment

```
cd docs/.vuepress/dist
python -m http.server
```

## Troubleshooting

Deploying to a custom domain
```
echo 'pprzetacznik.github.io' > CNAME
```