Go to file
Suhas e718ac6481 feat: add error page 2021-09-27 12:23:16 -05:00
src feat: add error page 2021-09-27 12:23:16 -05:00
static center index page 2021-08-03 11:32:12 -05:00
.gitignore Initial commit 2021-08-02 15:43:43 +00:00
.npmrc Initial commit 2021-08-02 15:43:43 +00:00
README.md Update README.md 2021-08-02 15:40:04 -05:00
jsconfig.json Initial commit 2021-08-02 15:43:43 +00:00
package-lock.json add basics 2021-08-02 15:14:13 -05:00
package.json add basics 2021-08-02 15:14:13 -05:00
postcss.config.cjs add basics 2021-08-02 15:14:13 -05:00
svelte.config.js add basics 2021-08-02 15:14:13 -05:00
tailwind.config.cjs add basics 2021-08-02 15:14:13 -05:00
yarn.lock Initial commit 2021-08-02 15:43:43 +00:00

README.md

statpixel

thingy with sveltekit

hosted on vercel

running

npm i
npm run dev -- # add --open if you want it to open in a new browser tab

building

npm run build