Lzo Media ♥
Senior Software Developer and Linux Fanatic
Senior Software Developer and Linux Fanatic
A money transfer platform made with React and Tailwind CSS
Created on January 22, 2023 at 4:34 pm
AtomPay
AtomPay is a money transfer platform made with React and Tailwindcss.
Pages
Installation
- Clone this repo
git clone https://github.com/onesine/atompay.git
- Go into the project root directory
cd
atompay
- Set up the user account
By default, we have a user account with the login
[[email protected]](/cdn-cgi/l/email-protection)
and the password12345
. To modify this account, create an .env file from the .env.example file. -
Install JS dependencies
yarn
- Start the dev server
yarn start
Online Demo
You can find the online demo at here. (login: [[email protected]](/cdn-cgi/l/email-protection)
, password: 12345
)