Skip to content

valentineshi-dev/code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Code Pieces

The code pieces referred from my valentineshi.dev website grouped by content type for your use.

For more OSS code refer as well to my personal repository.

Running a Code Piece

To run some code pieces Docker and Docker Compose have to be installed on your system.

You may clone the desired code piece subfolder only. E.g. for Puppeteer PDF Service:

git clone --no-checkout https://github.com/valentineshi-dev/code.git .
cd code
git fetch origin

# Replace `niceties/puppeteer-pdf-service` with actual folder you want to have locally
git sparse-checkout set --no-cone niceties/puppeteer-pdf-service
git pull origin master

About

The code pieces for the valentineshi.dev website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published