tangled
alpha
login
or
join now
erika.florist
/
maudit
6
fork
atom
Rust library to generate static websites
6
fork
atom
overview
issues
pulls
1
pipelines
maudit
/
examples
/
kitchen-sink
/
data
/
some_other_script.js
at
feat/prerender
4 lines
86 B
view raw
wrap content
Erika
feat: create a proper setup for JavaScript code in the repo (#82)
2mo ago
cbdac639
1
export
function
sayHello
(
)
{
2
const
world
=
"world"
;
3
console
.
log
(
`
hello
${
world
}
`
)
;
4
}