First beta
VS Code + Svelte.
Yarn is used as a package manager.
- cd into project with
cd ./MetallplaceDB-Front
- run
yarn
ornpm i --legacy-peer-deps
to set up dependencies - set up your .env file with
VITE_API_URL
variable which points to your server - use
yarn dev
ornpm run dev
to launch dev server
- for building prod version of the app use
yarn run build
ornpm run build
to build the app - results will be placed in
dist
directory - serve it with an http server