https://github.com/raphico/interactive-comment-section
Frontend mentor challenge - interactive comment section
https://github.com/raphico/interactive-comment-section
css-modules lit vite web-components
Last synced: about 2 months ago
JSON representation
Frontend mentor challenge - interactive comment section
- Host: GitHub
- URL: https://github.com/raphico/interactive-comment-section
- Owner: Raphico
- Created: 2024-12-26T00:45:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T01:04:34.000Z (9 months ago)
- Last Synced: 2025-05-17T02:06:22.608Z (5 months ago)
- Topics: css-modules, lit, vite, web-components
- Language: JavaScript
- Homepage: https://raphico.github.io/interactive-comment-section/
- Size: 127 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Frontend Mentor - Interactive comment section](https://www.frontendmentor.io/challenges/interactive-comments-section-iG1RugEG9)

## Tools
1. Web components with [lit](https://lit.dev/docs/v1)
2. Vite for building
3. PostCSS & CSS Modules# Running locally
1. clone repository
```bash
git clone git@github.com:Raphico/interactive-comment-section.git
```2. install dependencies
```bash
pnpm install
```3. start development environment
```bash
pnpm run dev
```