Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

schmiedeone/schmiede-website-new

Repository files navigation

schmiede-website-new

This website is powered on Next.js

Running in dev mode:

$ npm run dev

Building and running for production:

$ npm run build
$ npm start

Running on custom port (production mode):

$ npm run build
$ npx next start -p 3001

Update SSL

To combine the root and intermediate SSL, put the root on top and intermediate on the bottom.