-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
3,509 additions
and
950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
check: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: 🛒 Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: 🏗️ Set up Node.js v18.20.4 | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18.20.4 | ||
|
||
- name: ✅ Check Node Dependencies | ||
run: | | ||
npm ci | ||
npm run build | ||
- name: ✅ Run ESLint | ||
run: npm run lint | ||
|
||
- name: ✅ Run Prettier Check | ||
run: npm run prettier:check | ||
|
||
- name: ✅ Run TypeScript Type Check | ||
run: npm run tsc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,4 +25,4 @@ jobs: | |
uses: JamesIves/github-pages-deploy-action@v4 | ||
with: | ||
folder: dist | ||
branch: gh-pages | ||
branch: gh-pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"semi": true, | ||
"useTabs": false, | ||
"singleQuote": false, | ||
"endOfLine": "lf", | ||
"trailingComma": "all", | ||
"printWidth": 120, | ||
"tabWidth": 2, | ||
"overrides": [ | ||
{ | ||
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"], | ||
"options": { | ||
"tabWidth": 4 | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,17 @@ | |
<a href="https://creativecommons.org/publicdomain/zero/1.0/" > | ||
<img src="https://img.shields.io/github/license/FabDonRixos/awesome-arts" alt="licence" /> | ||
</a> | ||
|
||
<a href="https://github.com/FabDonRixos/awesome-arts/tags" > | ||
<img src="https://img.shields.io/github/v/tag/FabDonRixos/awesome-arts" alt="tags" /> | ||
</a> | ||
|
||
<img src="https://badges.frapsoft.com/os/v1/open-source.svg?v=103" alt="open-source" /> | ||
|
||
<a href="https://github.com/FabDonRixos/awesome-arts.git" > | ||
<img src="https://img.shields.io/badge/Contributions-are_welcomed-green.svg" alt="Contributions are welcomed" /> | ||
</a> | ||
|
||
<a href="https://awesome-arts.fabian.li/" > | ||
<img src="https://img.shields.io/website?url=https%3A%2F%2Fawesome-arts.fabian.li" alt="website" /> | ||
</a> | ||
|
@@ -39,7 +39,10 @@ | |
<!-- [![Stargazers over time](https://starchart.cc/FabDonRixos/awesome-arts.svg?variant=adaptive)](https://starchart.cc/FabDonRixos/awesome-arts) --> | ||
|
||
# `🖐️` Introduction `Awesome-Arts` | ||
`Awesome-Arts` is an open-source repository designed to showcase your amazing and inspiring CSS-only artworks. Join our community of creative developers and share your unique designs while exploring the endless possibilities of CSS art. Contribute your creations and inspire others! | ||
|
||
`Awesome-Arts` is an open-source repository designed to showcase your amazing and inspiring CSS-only artworks. Join our | ||
community of creative developers and share your unique designs while exploring the endless possibilities of CSS art. | ||
Contribute your creations and inspire others! | ||
|
||
> \[!IMPORTANT] | ||
> | ||
|
@@ -49,54 +52,73 @@ Check out my other projects:<br/> | |
[fabian.li »](https://fabian.li/home)<br/> | ||
[TranZero »](https://github.com/FabDonRixos/TranZero) | ||
|
||
# | ||
|
||
# `🏗️` Set up `Awesome-Arts` locally | ||
1. [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and clone this repository | ||
|
||
1. [Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo) and | ||
clone this repository | ||
|
||
``` | ||
git clone https://github.com/FabDonRixos/awesome-arts.git | ||
``` | ||
|
||
2. Install all dependencies | ||
|
||
``` | ||
npm install | ||
``` | ||
3. Start the application | ||
|
||
3. Configure Prettier | ||
|
||
- Install the Eslint & the Prettier Plugin | ||
- Go to settings and enable reformat code on Save | ||
- Configure Prettier & Eslint to run for Files `**/*` | ||
|
||
4. Start the application | ||
|
||
``` | ||
npm start | ||
``` | ||
4. Now you can open [localhost:5173](http://localhost:5173/) | ||
|
||
5. Now you can open [localhost:5173](http://localhost:5173/) | ||
|
||
# `🚧` Build with | ||
|
||
- [React vite](https://vite.dev/guide/): The best React-based framework in the universum. | ||
- [TypeScript](https://www.typescriptlang.org/): A programming language that adds static typing to JavaScript. | ||
- [Sass/Scss](https://sass-lang.com/guide/): A preprocessor, that interpreted or compiled into CSS, | ||
- [vite-plugin-svgr](https://www.npmjs.com/package/vite-plugin-svgr): A Plugin to transform SVGs to React Components. | ||
- [Eslint](https://eslint.org/): Static code analysis tool to find problematic patterns inside JavaScript / TypeScript | ||
|
||
# `📧` Get in contact | ||
|
||
If you have any more questions about / suggestions for the project you can: | ||
|
||
- Message me via [mail](mailto:[email protected]). | ||
- Create an [Issue](https://github.com/FabDonRixos/awesome-arts/issues/new/choose) | ||
- Join out [Discord server](https://discord.com/) (not yet opened) | ||
|
||
# `🛡️` License | ||
|
||
This project was licensed under the CC0-1.0 License. | ||
<br /> | ||
See [`License`](LICENSE) for details. | ||
|
||
# `🤝` Contributing to `Awesome-Arts` | ||
|
||
Contributions are very welcomed, and you can contribute in many different ways: | ||
|
||
- Contribute to the Project by creating your own Components. | ||
- Contribute to the Project by giving others ideas for what to implement next. | ||
- Contribute to the Project by Reporting Bugs. | ||
- Contribute to the Project by giving us feedback, so we can improve. | ||
- **But most importantly, your presence and support are valuable contributions to the project.** | ||
|
||
> Please read [`CONTRIBUTING`](.github/CONTRIBUTING.md) for the process to submitting pull requests. | ||
> | ||
> | ||
> Please read [`CODE OF CONDUCT`](.github/CODE_OF_CONDUCT.md) to lern about our standards. | ||
# `💕` Support | ||
|
||
💚 Thanks for your support to the Project. We are very pleased to have you here. | ||
|
||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.