Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concrete by LethalModding.com

CodeQL Analysis Workflow Status License

Getting Started

First-Time Setup

If this is your first time using NodeJS, install Bun to work with this project: bun.sh.

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
bun 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
bun run build
cd ..
LOGXI=* wails dev

Learn More

TypeScript

Next.JS

Material UI

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages