Installation

To start please ensure you have an up to date version of Go. As of writing this is 1.22


Next clone and install our repository using

git clone https://github.com/ignitedcms/gozen.git
cd gozen
go run -v .

Please note, it may take some time to download and compile the initial repository. It can take up to 5 minutes. Please be patient. Subsequent execution will be fast, typically less than 3 seconds.

When this is finished it will spin up a basic web server on

http://localhost:3000

After this has finished we recommend setting up go air which allows for hot reloading. You can then spin up the server using:

air app.go