import { NextPage } from "next";
import NextImage from "next/image";
import React from "react";
import tw, { styled } from "twin.macro";
import { DiscordIcon, RssIcon, TwitterIcon } from "../components/Icons";
import { Link } from "../components/Link";
import { ArrowRight, Book, Code, Database, GitHub, Zap } from "react-feather";
const Home: NextPage = () => {
return (
<>
Introduction
{/* Need to make this mobile friendly */}
Quickstart Guide
A short guide on making your first deploy on Railway in a couple
of minutes.
Get Started
Starters
See all starters you can deploy to get up and running on
Railway.
Language Specific Apps
Get information on how to deploy specific applications.
Variables
Understand how Railway handles variables on the platform.
Guides
Tutorials on common developer scenarios.
Contributing
Each page footer contains an "Edit on GitHub" Link. Make a pull
request, and we'll merge it!