schdesign-web
Website of schdesign.
🚀 Getting started
- Clone this project and install all the required dependencies using
npm install
- Install all the recommended extensions
- Start a development server with
npm run dev
- Make sure to change to branch dev, because master is protected
Deployment
- The build command is
next build && next export
, but it can also be run withnpm run export
- The publish directory is
.\out