Welcome to the Metacards github repo!
Invest in others and let people invest in you through NFTs and Trading Cards
Platform to Mint your own Trading Card NFTs with a few clicks.
Explore the docs »
View Site
·
Report Bug
·
Request Feature
Click here to view Metacards live on the web!
To get a local copy up and running follow these simple steps.
Here is everything we need you to do to get started with Skybnb.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/BTCBlade/Metacards
-
Install NPM packages
npm install
-
Add a '.env' with your environment variables to the root of your local directory
-
Create a postgreSQL user
CREATE USERS <<your username>> WITH PASSWORD <<your password>> CREATEDB;
-
Create your database
CREATE DATABASE <<db name>> WITH OWNER <<your username>>;
-
Upgrade and seed your database
flask db upgrade flask seed all
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Serg Lotz
- Ahmed Atlas
- Tommy Chen
- Kyle Longrich
Project Link: https://metacards.on.fleek.co/ Landing page: https://trymetacards.com/