Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.95 KB

README.md

File metadata and controls

72 lines (50 loc) · 1.95 KB

Concrete by LethalModding.com

CodeQL Analysis Workflow Status License

Getting Started

First-Time Setup

If this is your first time using NodeJS, you should install Yarn to work with this project:

(You only need to do this once per system you develop on.)

npm install -g yarn

Then, we can clone the repository into a path of your choosing:

git clone https://github.com/LethalModding/Concrete.git Concrete
cd Concrete

Finally, install the dependencies:

# Install Wails
go install github.com/wailsapp/wails/v2/cmd/wails@latest

# Install Go dependencies
go get -u ./...
cd frontend

# Install NodeJS dependencies
yarn install
cd ..

Running in Dev Mode

You can run the application locally in dev mode with the following command:

LOGXI=* wails dev

May need build to in the front end first, if so...

cd frontend
yarn run build
cd ..
LOGXI=* wails dev

Learn More

TypeScript

Next.JS

Material UI