Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 3.19 KB

File metadata and controls

52 lines (31 loc) · 3.19 KB

Small Dev Talk

Small Dev Talk is an independent news source that covers all things from the indie world of entertainment, from games to movies to books to technology and more. Our focus of Small Dev Talk is simply to give the chance of having upcoming developers show off their projects in forms of interviews which include images and video and present it to our audience.

Follow on Twitter GitHub repo size GitHub Website

Getting Started

It is recommended that you use the web-version of Small Dev Talk available at https://smalldevtalk.net/ which is an archived version of the original site that is being hosted on Tumblr. This does require an internet connection to load.

For local usage, the app loads metadata from /src/articleArchive/articleData.json and article content from /src/articleArchive/author{AuthorNameNoSpaces}/{YYYY-MM-DD}_{ArticleKey}/{ArticleKey}.md. You can serve the repository root with npm run start and regenerate the service worker with npm run workbox after adding assets.

To visit specific articles, use the first query parameter as the article key from src/articleArchive/articleData.json. For example, https://smalldevtalk.net/index.html?Playsets.

Browser Compatibilities

Chrome Firefox Edge Safari Opera Mobile
?

Known issues

We aim to make the Small Dev Talk as perfect as possible but unfortunately, there may be some unforeseen bugs. If you manage to find one that is not here, feel free to create a bug report so we can fix it.

  • None at the moment... Help us find some!

Maintenance Mode

This project is currently in maintenance mode. This means that:

  • Only critical bug fixes and security updates will be addressed.
  • New feature requests are unlikely to be implemented.

Sponsorship

If you want to support my work, you can through the following methods:

  • BTC - 3Lp4pwF5nXqwFA62BYx4DSvDswyYpskBog
  • ETH - 0xc6EB17BD7cbe5976Bfc4f845669cD66Ff340a1A2

Contributing

Please read CONTRIBUTING.md for more details.

Authors