Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exa-hub/blog-react-tsx-railway.app
https://github.com/exa-hub/blog-react-tsx-railway.app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exa-hub/blog-react-tsx-railway.app
- Owner: EXA-Hub
- Created: 2021-12-18T23:03:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-18T23:03:05.000Z (almost 3 years ago)
- Last Synced: 2023-08-15T19:27:04.531Z (over 1 year ago)
- Language: TypeScript
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Railway Blog
This repository contains the source code for the [Railway blog](https://blog.railway.app/). We use a [NextJS](https://nextjs.org/) app with [Notion](https://www.notion.so/) as our CMS.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Frailwayapp%2Fblog&envs=NOTION_API_TOKEN%2CPOSTS_TABLE_ID&NOTION_API_TOKENDesc=The+token+for+your+Notion+integration&POSTS_TABLE_IDDesc=The+database+ID+for+the+table+containing+your+posts)
## ✨ Features
- NextJS
- TypeScript
- TailwindCSS
- Notion## 💁♀️ How to use
We also have a [detailed guide](https://blog.railway.app/p/notion-public-api) on our blog to help users deploy a similar blog using Railway.
## 📝 Notes
This blog is heavily based on [this example](https://github.com/ijjk/notion-blog) by JJ Kasper.