https://github.com/jyodsh/lenstale
LensTale.com source
https://github.com/jyodsh/lenstale
Last synced: 2 months ago
JSON representation
LensTale.com source
- Host: GitHub
- URL: https://github.com/jyodsh/lenstale
- Owner: jyodsh
- License: 0bsd
- Created: 2023-02-18T14:44:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T07:25:43.000Z (3 months ago)
- Last Synced: 2025-03-09T08:23:47.597Z (3 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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