This project is a PWA React application that uses Material-UI for its component library.
To see the Figma designs, please see:
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/BenGWeeks/lightning-piggy-mobile
- Navigate to the project directory:
cd lightning-piggy-pwa
- Install the dependencies:
npm install
To run the project, use the command: npm start
This project uses environment variables for configuration. Create a .env
file in the root of the project as follows:
cp .env.development .env.local
Modify the variables as needed to link to your own LNBits development server.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Do what the fuck you like.