Skip to content

Splash screen to use as primary website pre-launch.

Notifications You must be signed in to change notification settings

beernfries/pre-launch-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Beer n Fries pre-launch website

Splash screen to use as primary website pre-launch. Built with plain HTML and CSS (SCSS) hosted using GitHub Pages.

⚠️ This is a temporary site used before the real site is live.

Getting started

Install dependencies.

npm install

Build

Compile the SCSS in this project into CSS by running the following command.

npm run sasss

Hosting

The website contains static files only and is hosted using GitHub Pages. The folder /docs on branch main contains the hosted website. Make sure the site is working correctly before commiting to main.

Important: Remember to build the SCSS before commiting to main because there is no build server.

SCSS Framework

The SCSS is based on alexerlandsson/scss-boilerplate. See the README in that repoistory for structure and guidelines.