Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pernillasterner/thesociety
- Owner: pernillasterner
- Created: 2023-07-27T19:44:58.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2024-05-28T19:46:03.000Z (8 months ago)
- Last Synced: 2024-11-05T15:43:31.683Z (3 months ago)
- Topics: figma, frontend, grid-layout, html5, nodejs, sass-framework
- Language: SCSS
- Homepage:
- Size: 5.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```