Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfrosty/solfate-site
Open source website for the Solfate Podcast, an audio documentary from two developers building into the Solana ecosystem.
https://github.com/nickfrosty/solfate-site
anchor-lang blockchain nft podcast solana utility
Last synced: 23 minutes ago
JSON representation
Open source website for the Solfate Podcast, an audio documentary from two developers building into the Solana ecosystem.
- Host: GitHub
- URL: https://github.com/nickfrosty/solfate-site
- Owner: nickfrosty
- Created: 2022-07-30T03:52:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T16:14:08.000Z (about 1 year ago)
- Last Synced: 2024-10-12T01:27:36.016Z (27 days ago)
- Topics: anchor-lang, blockchain, nft, podcast, solana, utility
- Language: TypeScript
- Homepage: https://solfate.com
- Size: 33.3 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solfate Podcast
The [Solfate Podcast](https://solfate.com/) is an audio commentary from two
developers building on Solana, Nick
([@nickfrosty](https://twitter.com/nickfrosty)) and James
([@jamesrp13](https://twitter.com/jamesrp13)).## Solfate Podcast Links
- Website - https://solfate.com/podcast
- RSS feed - https://feeds.transistor.fm/solfate
- [@SolfatePod](https://twitter.com/SolfatePod) on Twitter## Solfate Podcast Hosts
The Solfate Podcast is hosted by two gents:
**Nick**
- follow on twitter: [@nickfrosty](https://twitter.com/nickfrosty)
- follow on github: [github.com/nickfrosty](https://github.com/nickfrosty)
- website: https://nick.af**James**
- follow on twitter: [@jamesrp13](https://twitter.com/jamesrp13)
- follow on github: [github.com/jamesrp13](https://github.com/jamesrp13)## Local Development
> Note: This site is meant to deployed as a static site.
First, run the development server:
```bash
yarn dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the
result.### Build for Production
Generate a full static, production ready version of the site:
```bash
yarn generate
```