azcn2503 / cake-minecraft-site

An experiment with Next.js and styled-components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cake Site

A simple site for the Cake Minecraft server, built with Next.js.

How to build

Make sure you have the correct versions of node and yarn installed. They are specified in the package.json.

  1. Clone the repo:
git clone git@github.com:azcn2503/cake-minecraft-site.git
  1. Install dependencies:
yarn
  1. Build the app:
yarn run build

Then either run the app...

PORT=3000 yarn run start

... or spin up a local development version:

yarn run dev

When running locally, or when deployed to the Heroku test instance, a banner will be displayed at the top of the site. This is to easily distinguish between the development and live deployments.

Troubleshooting

If you're having issues with engine requirements being too strict (for the node and yarn versions) then you may be able to start the app using the --ignore-engines flag.

About

An experiment with Next.js and styled-components


Languages

Language:JavaScript 100.0%