code4cake / vcard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vCard

A Simple vCard. Just trying stuff, like svelte.

vCard

See it Live

Click here to see the live version

Technologies Used

Check the pkg.json for a complete list. But the most notable ones are:

  • vite compiler
  • svelte frontend library
  • typescript static type checking

Develop

  1. git clone project
  2. pnpm install # or npm install # or yarn to install dependencies
  3. pnpm run start # or npm start # or yarn ... to start developing

Other scripts worth mentioning

  • pnpm run lint # or npm run lint lints the project with eslint
  • pnpm run format # or npm run format formats the code with prettier

© 2023

About


Languages

Language:Svelte 49.2%Language:CSS 40.9%Language:HTML 3.9%Language:TypeScript 3.6%Language:JavaScript 2.4%