matthewdias / pcbgen

Home Page:pcbgen.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard Firmware Builder

Setup

To set up the project for development, run npm install in the root of the project to install dependencies.

Create a local.json file in src/const, in the format:

{
	"API": "URL to server /build route",
	"PRESETS": "URL to static/presets folder"
}

Compiling

To compile, run npm run build.

Deploying

To deploy a production version of the application, run npm run deploy.

About

pcbgen.vercel.app


Languages

Language:C 76.5%Language:JavaScript 18.3%Language:Makefile 2.0%Language:C++ 1.5%Language:XSLT 0.8%Language:CSS 0.6%Language:Assembly 0.3%Language:HTML 0.1%Language:Python 0.0%