Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pernillasterner/thesociety

This e-commerce landing page primarily focuses on demonstrating the implementation of Sass to streamline CSS development.
https://github.com/pernillasterner/thesociety

figma frontend grid-layout html5 nodejs sass-framework

Last synced: about 1 month ago
JSON representation

This e-commerce landing page primarily focuses on demonstrating the implementation of Sass to streamline CSS development.

Awesome Lists containing this project

README

        

# ....

## 📖 About TheSociety

This e-commerce landing page primarily focuses on demonstrating the implementation of Sass to streamline CSS development.

## 🚀 Getting Started

### 📋 Prerequisites

Make sure you have the following installed:

- [Node.js](https://nodejs.org/)
- [Sass](https://sass-lang.com/)

### 📦 Installation

1. Clone the repository:

```bash
git clone https://github.com/pernillasterner/TheSociety
cd TheSociety

```

2. Install Sass

```
npm install -g sass
```

3. Run Sass
```
sass --watch app/scss/style.scss dist/css/style.css
```