An open API service indexing awesome lists of open source software.

https://github.com/berzanorg/gif-portal-interface

◎ A Solana DApp interface inspired by the tutorial of buildspace.so
https://github.com/berzanorg/gif-portal-interface

Last synced: about 2 months ago
JSON representation

◎ A Solana DApp interface inspired by the tutorial of buildspace.so

Awesome Lists containing this project

README

        

# gif-portal-interface
◎ A Solana DApp interface inspired by the tutorial of buildspace.so

- The website is built using [next.js](https://nextjs.org)


### To run the website
- Install all the dependencies
```bash
yarn install
```
- Run development server
```bash
yarn dev
```