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
- Host: GitHub
- URL: https://github.com/berzanorg/gif-portal-interface
- Owner: berzanorg
- Created: 2022-06-30T13:31:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T16:10:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T23:33:18.620Z (2 months ago)
- Language: TypeScript
- Size: 135 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```