Skip to content

eXodes/releve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Releve

This is a project that uses SvelteKit as the frontend framework and Firebase as the backend service.

This project is currently under development.

Developing

Once you've cloned the project and installed dependencies with npm install (or pnpm install or yarn).

Start the Firebase services emulator:

npm run firebase:emu:backend

Then seed the database:

# required for primary seed data
npm run firebase:seed

# or seed the database with fake data
npm run firebase:seed:faker

Finally, start the SvelteKit dev server:

npm run dev

URLs

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

About

A shop directory project that runs on SvelteKit and Firebase.

Topics

Resources

Stars

Watchers

Forks

Contributors