coinos is an easy to use bitcoin point of sale application for businesses and wallet for customers, connecting the bitcoin circular economy together.
This repository is the latest front-end code for the coinos web application.
To get started, clone or download the repo, then:
- run
pnpm installinside the repo once to install all dependencies (and whenever you pull new commits) - run
pnpm run devevery time you want to start up the UI - run
pnpm formatto format the code before committing any changes
This is a frontend for coinos-server, so you will need to have that running in order for this UI to be useful.
This UI uses the following libraries:
sveltekitas the JavaScript frameworktailwindcssfor inline stylingpnpmas the recommended package managerprettieras the code formatting standard and tool
coinos has a system for translation using sveltekit-i18n. For more information and instructions on how to translate coinos, click here. For technical details, click here.