Skip to content

benjaminknox/knox-pro-next

Repository files navigation

Knox.Pro Next

This is the next.js app source code running on https://knox.pro.

Desktop

desktop.mov

Mobile

mobile.mov

Running

You can run this locally with:

yarn dev

Building

I've deployed this as a static site, that's why my next config looks like this:

/** @type {import('next').NextConfig} */
const nextConfig = {
  ...
  output: 'export',
  images: { unoptimized: true },
  ...
}

module.exports = nextConfig

You can build with this command:

yarn build

The build ends up being in ./out, and I've deploy on DigitalOcean app-platform.

About

This is the knox.pro Next.JS app source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published