Skip to content

Milner39/OhMe

Repository files navigation

Developing

Configure a /.env file using the /.env.example file as a guide Install dependencies with npm install Create a database with npx prisma db push

start a development server:

npm run dev

Building

To create a production version:

npm run build

You can preview the production build with npm run preview

Hosting

To host a production version:

npm run serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published