https://github.com/thebeyondr/superfluid-ecosystem
https://github.com/thebeyondr/superfluid-ecosystem
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thebeyondr/superfluid-ecosystem
- Owner: thebeyondr
- Created: 2023-08-12T01:16:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T14:41:13.000Z (over 1 year ago)
- Last Synced: 2024-04-14T04:07:12.380Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://superfluid-ecosystem.vercel.app
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Superfluid Ecosystem 🔮
A portal into the superfluid ecosystem, built and maintained by [Hunters Workshop](https://linktr.ee/huntersworkshop)
## Stack
[+] Spawned from a [shadcn/ui](https://ui.shadcn.com/) template:
- Nextjs
- TailwindCSS
- Typescript
- Lucide Icons[+] [Midjourney](https://www.midjourney.com) for asset creation
- Background image
- Coin assets## Run Locally
Clone the project
```bash
git clone https://github.com/thebeyondr/superfluid-ecosystem
```Go to the project directory
```bash
cd superfluid-ecosystem
```I use `pnpm` as package manager. If you don't have it, install it from [here](https://pnpm.io/installation) or copy the link below
```bash
https://pnpm.io/installation
```Install dependencies
```bash
pnpm install
```Start the server
```bash
pnpm dev
```## Team
- Design Engineer — [@thebeyondr](https://www.github.com/thebeyondr)
## License
[MIT](https://choosealicense.com/licenses/mit/)