Format
Update README.md formatting
Simplify waiting for navigation in tests
This is the official client for minv, built with SvelteKit and Flowbite.
Navigate to an empty directory
mkdir minv__client
cd minv__client
Download and edit docker-compose.yaml
, especially the API_CLIENT_URI
and API_SERVER_URI
environment variables
wget https://git.sr.ht/~thecashewtrader/minv__client/blob/main/docker-compose.yaml
$EDITOR docker-compose.yaml
Run the container
docker compose up
node
node
Clone the source code
git clone https://git.sr.ht/~thecashewtrader/minv__client
cd minv__client
Install dependencies and build
yarn # (Or `npm i` etc.)
yarn build # (Or `npm run build` etc.)
Copy the package.json
file and the build
folder. Then, install dependencies, set environment variables, and run:
yarn --prod # (or `npm i --production` etc.)
export API_CLIENT_URI=https://api.example.com
export API_SERVER_URI=https://api.example.com
node build