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

https://github.com/lqez/onedaydev

A blog for One day dev program
https://github.com/lqez/onedaydev

Last synced: 10 months ago
JSON representation

A blog for One day dev program

Awesome Lists containing this project

README

          

Homepage of One day dev
=======================

[![Netlify Status](https://api.netlify.com/api/v1/badges/b0a5fefc-63c3-433c-99e4-11aaa5e91ecc/deploy-status)](https://app.netlify.com/sites/priceless-poitras-179f61/deploys)

How to build
------------

1. Get [Hugo](https://gohugo.io/getting-started/quick-start/).

2. Get theme files

```
$ git submodule init
$ git submodule update
```

3. Serve

```
$ hugo server
```