16 lines
205 B
Markdown
16 lines
205 B
Markdown
|
pre req:
|
||
|
get node js
|
||
|
google it
|
||
|
|
||
|
install:
|
||
|
clone the repo
|
||
|
cd into it
|
||
|
|
||
|
install dependencies:
|
||
|
`npm install`
|
||
|
|
||
|
run the dev server:
|
||
|
`vite`
|
||
|
|
||
|
go to http://localhost:5173
|
||
|
check out the console (right click inspect)
|