Skip to content

railwayapp/blog

Repository files navigation

Railway Blog

This repository contains the source code for the Railway blog. It is a Next.js app powered by the internal Railway CMS.

Deploy on Railway

Features

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Railway CMS REST API

CMS

The blog reads published posts and visible categories from https://cms.railway.com/api.

Required local environment:

CMS_API_KEY=...

Optional local environment:

CMS_API_URL=https://cms.railway.com

The CMS API key must stay server-only. Do not expose it through a NEXT_PUBLIC_* variable.

Running Locally

  • Make sure you have yarn.
  • Run yarn install.
  • Add CMS_API_KEY to .env.local.
  • Run yarn dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors