Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```