Skip to content

ra4nd0m/MetallplaceDB-Front

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