Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

60 lines (42 loc) · 1.09 KB

CONTRIBUTING

Please make a pull request to Dev Branch

Developer's Quick Guide

Note

For who want to scaffolding their own svelte project

Scaffolding:

pnpm init
pnpm create svelte@latest
nvm use v20.13.1

Integrating tailwind:

https://tailwindcss.com/docs/guides/sveltekit

Installing dependencies for theme:

pnpm add -D @tailwindcss/forms @tailwindcss/typography daisyui svelte-preprocess postcss-load-config

Adding icon lib:

pnpm add -D @iconify/svelte

Generating pwa-based logo:

pnpm add -D pwag
pnpm run generate_icon

Warning

This is only for basic UI dependencies only, you can checkout other dependencies at package.json

Writer's Quick Guide

WIP

Publishing

Warning

For Repo Owner only!!

git add .
git commit -am "v0.2.0"
git push -u origin main
git tag v0.2.0 main
git push origin tag v0.2.0

Warning

DONT forget to add secret env NPM_AUTH_TOKEN at repo