Skip to content

LethalModding/Concrete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 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, 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published