ARpatterns / landingpage

The landingpage of arpatterns.dev
0 stars 0 forks source link

Community Page for AR Patterns

Run Locally

Steps:

  1. Clone the repository: git clone git@github.com:ARpatterns.git
  2. Run the Webserver on port 8080: python -m http.server 8080 ./

Structure

TBD

Contribution Guidelines

CSS:

We're working with Sass, Scss. Have a look at the documentaion:

on macOS you can install the necessary tooling via Homebrew:

brew install sass/sass/sass

Run the build script to generate the new (main.css) file

sass assets/sass/main.scss assets/css/main.css

Credits