Skip to content

ra4nd0m/MetallplaceDB-Front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

19738a6 · Nov 19, 2024
Oct 1, 2024
Aug 16, 2023
Nov 19, 2024
Aug 17, 2023
Aug 16, 2023
Sep 5, 2023
Aug 25, 2023
Apr 2, 2024
Aug 16, 2023
Nov 22, 2023
Aug 16, 2023
Aug 25, 2023
Apr 2, 2024

Repository files navigation

MetallplaceDB-Front

First beta

Recommended IDE Setup

VS Code + Svelte.
Yarn is used as a package manager.

For test running do the following:

  1. cd into project with cd ./MetallplaceDB-Front
  2. run yarn or npm i --legacy-peer-deps to set up dependencies
  3. set up your .env file with VITE_API_URL variable which points to your server
  4. use yarn dev or npm run dev to launch dev server

Production build

  1. for building prod version of the app use yarn run build or npm run build to build the app
  2. results will be placed in dist directory
  3. serve it with an http server