hummingbird-project / template

Hummingbird project template
13 stars 2 forks source link
application hummingbird server template

# Hummingbird Template Template for Hummingbird App Either click on `Use this template` or run the following to clone locally. ```bash curl -L https://raw.githubusercontent.com/hummingbird-project/template/main/scripts/download.sh | bash -s ``` Then enter the folder created, run `./configure.sh` and follow the instructions. ## Alternative method Clone this repository locally ```bash git clone https://github.com/hummingbird-project/template ``` And then call the configure script with a path argument. This will create a new project at the specified path ```bash ./configure.sh ```