mirror of
https://github.com/Xevion/grain.git
synced 2025-12-06 05:15:16 -06:00
29 lines
651 B
Markdown
29 lines
651 B
Markdown
![Grain Project - Banner Image][grain-banner]
|
|
|
|
A small experiment on creating beautiful, dynamic backgrounds with
|
|
colorful gradients & film grain. Built in <b>React</b> & <b>Vite</b> with <b>SVGs</b> and layers of <b>Radial Gradients</b>
|
|
|
|
### Dependencies Used
|
|
|
|
- Hero Icons
|
|
- React
|
|
- Typescript
|
|
- Vite
|
|
- Sass
|
|
|
|
### Installation
|
|
|
|
- Built on Node v16, packages managed with Yarn.
|
|
|
|
```bash
|
|
npm install --global yarn # If you don't have yarn installed
|
|
yarn # Run inside root directory to install all dependencies.
|
|
```
|
|
|
|
### Development
|
|
|
|
```bash
|
|
yarn dev # Starts a development server with Hot Module Replacement
|
|
```
|
|
|
|
[grain-banner]: ./.media/banner.jpeg |