Skip to content

A collection of packages and examples using Bridgetown with snowpack

Notifications You must be signed in to change notification settings

KonnorRogers/bridgetown-snowpack

Repository files navigation

Purpose

A collection of various Bridgetown examples and packages using snowpack.

Getting started

New project

bridgetown new <dir> --apply="https://github.com/ParamagicDev/bridgetown-snowpack/blob/master/automations/<automation-file>"

Existing Project

bundle exec bridgetown apply https://github.com/ParamagicDev/bridgetown-snowpack/blob/master/automations/<automation-file>

How I use it

OPTS="--skip-yarn" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ParamagicDev/bridgetown-automation-docker-compose/master/installer.sh)" 

cd <project>
touch yarn.lock # because we skipped yarn
source docker.env
docker-compose run --rm web bundle exec bridgetown apply https://github.com/ParamagicDev/bridgetown-snowpack/blob/master/automations/newsite.automation.rb
docker-compose up

And you should be up and running on localhost:4000

Also make sure to check out Bridgetown

Deploying packages

cd packages/<package>
yarn publish

About

A collection of packages and examples using Bridgetown with snowpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages