Welcome to the TONFT | NFT Bazaar frontend GitHub repository! This repository contains the frontend code for the first NFT bazaar on TON.
Before running the frontend, make sure to have the following installed:
- Node.js
- Yarn package manager
To run the frontend, follow these steps:
- Clone this repository
git clone https://github.com/tonft-app/frontend.git
; - Install dependencies by running
yarn install
; - Run the app by running
yarn dev
.
The app should now be up and running at http://localhost:5173/.
Frontend is written using mainly React
, TS
+ other libraries.
Pull requests and suggestions are welcome here (https://t.me/alexuniverse12) telegram.
Thank you for using TONFT | NFT Bazaar!