Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.42 KB

File metadata and controls

66 lines (43 loc) · 1.42 KB

Front-maker

Next.js web application for the "Project Maker"

Built With

  • Next
  • TS
  • Tailwind

Live Demo

A live demo is availaible here

Getting Started

Installation

  1. Clone the repo
git clone https://github.com/Zook-coder/Front-maker.git
  1. Install npm packages
npm install
  1. Launch app
npm run dev

Build the app

  1. Launch the build command
npm run build
  1. Start the Next server
npm run start

Environment Variables

Key Description Default
NEXT_PUBLIC_WEBSOCKET_URL Endpoint of the websocket server http://localhost:3001

License

Distributed under the MIT License. See LICENSE.txt for more information.