Skip to content

rafaelpac/coinos-ui-v2

 
 

Repository files navigation

coinos-ui-v2

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.

Commands

To get started, clone or download the repo, then:

  • run pnpm install inside the repo once to install all dependencies (and whenever you pull new commits)
  • run pnpm run dev every time you want to start up the UI
  • run pnpm format to 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.

Libraries

This UI uses the following libraries:

  • sveltekit as the JavaScript framework
  • tailwindcss for inline styling
  • pnpm as the recommended package manager
  • prettier as the code formatting standard and tool

Extra Features

Internationalization

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.

About

Easy to use bitcoin point of sale app

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 73.7%
  • JavaScript 21.8%
  • Python 3.6%
  • Other 0.9%