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

https://github.com/jyodsh/lenstale

LensTale.com source
https://github.com/jyodsh/lenstale

Last synced: 2 months ago
JSON representation

LensTale.com source

Awesome Lists containing this project

README

        

Hello,

This is the source code for LensTale.com, feel free clone the code and re-use it.

### Set up in local

Create the following directory structure and files

* root/project directory
* content
* blog
* my-first-post
* index.md
* gallery
* image_1.jpg
* image_2.jpg

`blog` directory is to feed the markdown content

`gallery` direcotry is to create the masonry layout.

### Running and building the code

To run code in develop mode

npm run develop

Create production build

npm run build