Git repository summary in your terminal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dependabot[bot] 69951727dc
Bump the site group in /docs/vercel with 7 updates (#1198)
2 years ago
..
public move vercel into docs folder 3 years ago
src fix vercel 2 years ago
typings move vercel into docs folder 3 years ago
.eslintrc.json fix vercel 2 years ago
.gitignore move vercel into docs folder 3 years ago
.prettierrc.json fix vercel 2 years ago
README.md move vercel into docs folder 3 years ago
index.html fix vercel 2 years ago
package-lock.json Bump the site group in /docs/vercel with 7 updates (#1198) 2 years ago
package.json Bump the site group in /docs/vercel with 7 updates (#1198) 2 years ago
svelte.config.js move vercel into docs folder 3 years ago
tsconfig.json fix tsconfig.json 3 years ago
vercel.json prevent vercel from commenting on every commit 3 years ago
vite.config.ts Simplify web layout (#725) 3 years ago

README.md

Onefetch Web

Development

# setup
## install dependencies
npm i

# run server with hot reloading
npm run dev