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] 81b4831fed
Bump the site group across 1 directory with 9 updates (#1384)
1 year ago
..
public [onefetch.dev] switch to dark theme (#1297) 2 years ago
src Bump the site group across 1 directory with 9 updates (#1384) 1 year ago
.gitignore move vercel into docs folder 4 years ago
.prettierrc [onefetch.dev] switch to dark theme (#1297) 2 years ago
README.md [onefetch.dev] switch to dark theme (#1297) 2 years ago
eslint.config.js Bump the site group across 1 directory with 9 updates (#1384) 1 year ago
index.html [onefetch.dev] switch to dark theme (#1297) 2 years ago
package-lock.json Bump the site group across 1 directory with 9 updates (#1384) 1 year ago
package.json Bump the site group across 1 directory with 9 updates (#1384) 1 year ago
svelte.config.js move vercel into docs folder 4 years ago
tsconfig.json fix tsconfig and package.json for onefetch.dev 2 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 start