Skip to content

kachick/kachick.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kachick.github.io

CI Deploy CI - Nix Status

https://kachick.github.io/

How to development

Prepare dev shell with nix develop or direnv allow

> DENO_VERBOSE_WARNINGS=1 deno task serve
Listening on http://localhost:4507/

Then you can access to http://localhost:4507/

There are some tasks for tests

> deno task
> deno task check
> deno task stylelint
...