Skip to content

Shazam is a Static Site Generator for Masochists.

Notifications You must be signed in to change notification settings

bwks/shazam-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shazam Starter Template

The quickest way to get started is with Docker, Docker Compose and this template

It is assumed that you already have Docker with Compose already installed. This template was tested against Docker CE - 20.10.21

Clone the starter template

git clone --depth 1 git@github.com:bwks/shazam-starter.git <project-name>

Move to project directory

cd <project-name>

Remove Git History

rm -rf .git

Update project variables in bin/dev file

APP_NAME="<UPDATE>";
APP_OWNER="<UPDATE>";
APP_OWNER_EMAIL="<UPDATE>";

Initialize the project

bin/dev init

Start the dev server

bin/dev up

About

Shazam is a Static Site Generator for Masochists.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published