schdesign-web
Website of schdesign.
[netlify url needs replacement]
🚀 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 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 build
- The publish directory is
.\out