Skip to content

seank-com/seank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seank

Personal Blog

Dev Notes

setup environment for WSL2 Ubuntu

npm install
npm start

if you get an error saying node version is too low then install n (from SimpleNerd)

npm cache clean -f
sudo npm install -g n
sudo n stable

To create the initial gh-pages branch (from jiafulow)

git checkout --orphan gh-pages
git reset --hard
git commit --allow-empty -m "Initializing gh-pages branch"
git push origin gh-pages
git checkout main

To Debug

Drop the following code or similar

{{ { paged: paged, page: page, pagination: pagination } | debugger }}

In VS Code, goto debug tab and press Javascript Debug Terminal the run npm start

Github Actions

Other Notes

current line of inquiry

Other resources

Releases

No releases published

Packages

No packages published