Next.js web application for the "Project Maker"
A live demo is availaible here
- Clone the repo
git clone https://github.com/Zook-coder/Front-maker.git- Install npm packages
npm install- Launch app
npm run dev- Launch the build command
npm run build- Start the Next server
npm run start| Key | Description | Default |
|---|---|---|
| NEXT_PUBLIC_WEBSOCKET_URL | Endpoint of the websocket server | http://localhost:3001 |
Distributed under the MIT License. See LICENSE.txt for more information.