hideckies / exploit-notes

Sticky notes for pentesting, bug bounty, CTF.
https://exploit-notes.hdks.org/
MIT License
611 stars 130 forks source link

how I start this project #194

Closed zhourong245 closed 11 months ago

zhourong245 commented 11 months ago

I use this command to start this project:deno run serve.ts But the localhost:8000 webpage shows not found

zhourong245 commented 11 months ago

so how I build directory:_site

zhourong245 commented 11 months ago

Okay, I got it. I need to use this command: deno task lume -s

hideckies commented 11 months ago

@zhourong245 Also, we can use deno task serve.

zhourong245 commented 10 months ago

@zhourong245 Also, we can use deno task serve.

got it thank