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] db2f085706
Bump svelte-check from 2.9.2 to 3.0.1 in /docs/vercel (#915)
3 years ago
..
public move vercel into docs folder 4 years ago
src Bump svelte from 3.50.1 to 3.52.0 in /docs/vercel (#850) 3 years ago
typings move vercel into docs folder 4 years ago
.eslintrc.json Add stylechecks to Vercel CI (#723) 4 years ago
.gitignore move vercel into docs folder 4 years ago
.prettierrc.json move vercel into docs folder 4 years ago
README.md move vercel into docs folder 4 years ago
index.html Simplify web layout (#725) 4 years ago
package-lock.json Bump svelte-check from 2.9.2 to 3.0.1 in /docs/vercel (#915) 3 years ago
package.json Bump svelte-check from 2.9.2 to 3.0.1 in /docs/vercel (#915) 3 years ago
svelte.config.js move vercel into docs folder 4 years ago
tsconfig.json move vercel into docs folder 4 years ago
vercel.json prevent vercel from commenting on every commit 4 years ago
vite.config.ts Simplify web layout (#725) 4 years ago

README.md

Onefetch Web

Development

# setup
## install dependencies
npm i

# run server with hot reloading
npm run dev