Splash screen to use as primary website pre-launch. Built with plain HTML and CSS (SCSS) hosted using GitHub Pages.
Install dependencies.
npm install
Build
Compile the SCSS in this project into CSS by running the following command.
npm run sasss
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.
The SCSS is based on alexerlandsson/scss-boilerplate. See the README
in that repoistory for structure and guidelines.