Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

adrianvibancode/tinto-programas-3

 
 

Repository files navigation

create-svelte

Seed the database

To upload data to the database from a CSV file, run the seed script:

npm run seed

Before running

Make sure to install dependencies

npm install

Run migrations and create the client for Prisma

npx prisma generate

npx prisma migrate dev

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

3er intento de programa para tinto mendez, ahora en web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 46.1%
  • JavaScript 30.8%
  • TypeScript 20.3%
  • HTML 2.0%
  • CSS 0.8%