Skip to content

diegojuarez965/PSS-Proyecto1WEB

Repository files navigation

OSPIFAK

This project runs on the Bun or Node.js runtime environment and features Vue.js, Vite, and Tailwind CSS with JavaScript (not TypeScript) for simplicity.

Bun

Much faster than NPM when installing dependencies.

Bun's website

curl -fsSL https://bun.sh/install | bash # install bun for the first time
bun install # install or update dependencies
bun upgrade # upgrade bun itself
bun run dev # compile for development
bun run build # compile for production

NPM / Node.js

Node.js download webpage

npm install # install or update dependencies
npm run dev # compile for development
npm run build # compile for production

VUE

npm install -g @vue/cli

SUPABASE

npm install @supabase/supabase-js

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages