Commit Graph

22 Commits

Author SHA1 Message Date
Sven Vogel 407a143729 fix(readme): fixed invalid `img` tag
Gitea Vite Build Action / Vite-Build (push) Successful in 41s Details
2024-10-24 22:59:52 +00:00
Sven Vogel 7c38e77329 feat(readme): added preview image
Gitea Vite Build Action / Vite-Build (push) Successful in 41s Details
2024-10-25 00:56:59 +02:00
Sven Vogel e84f97d9b7 fix(readme): fixed spelling mistake
Gitea Vite Build Action / Vite-Build (push) Successful in 41s Details
2024-10-25 00:52:46 +02:00
Sven Vogel c3b2daab62 fix(readme): centered banner image 2024-10-25 00:51:25 +02:00
Sven Vogel 8acf99bcc1 refactor(readme): updated readme
Gitea Vite Build Action / Vite-Build (push) Successful in 39s Details
Added section to readme:
- getting started
- technology stack
- docker container

Adjusted banner to take up 60% of width
2024-10-25 00:49:57 +02:00
Sven Vogel 6b3da418f7 refactor(readme): changed banner text color to white 2024-10-25 00:37:29 +02:00
Sven Vogel 67902044ca Merge pull request 'feat(docker): added multi stage dockerfile' (#4) from feat/docker-image into main
Gitea Vite Build Action / Vite-Build (push) Successful in 42s Details
Reviewed-on: #4
2024-10-24 22:35:18 +00:00
Sven Vogel 2e3c69b550 feat(docker): added multi stage dockerfile
Gitea Vite Build Action / Vite-Build (push) Successful in 41s Details
2024-10-25 00:34:53 +02:00
Sven Vogel 077d3ef8e9 Merge pull request 'feat/add-three.js' (#3) from feat/add-three.js into main
Gitea Vite Build Action / Vite-Build (push) Successful in 40s Details
Reviewed-on: #3
2024-10-24 22:16:31 +00:00
Sven Vogel ee965a539a fix(three): removed unused import
Gitea Vite Build Action / Vite-Build (push) Successful in 40s Details
2024-10-25 00:15:43 +02:00
Sven Vogel 8578ec4561 feat(three): added ambient light, directional light, base plate
Gitea Vite Build Action / Vite-Build (push) Failing after 34s Details
2024-10-25 00:12:57 +02:00
Sven Vogel 2be2a52925 feat(three): added sample scene
Added two gears and a gradient background
2024-10-24 23:58:58 +02:00
Sven Vogel b96f9626aa feat(three): added reat-three dependency 2024-10-24 23:58:21 +02:00
Sven Vogel 305430796f feat(three): installed three.js 2024-10-24 21:35:45 +02:00
Sven Vogel 0bdd94e870 Merge pull request 'feat/design-index-page' (#2) from feat/design-index-page into main
Gitea Vite Build Action / Vite-Build (push) Successful in 30s Details
Reviewed-on: #2
2024-10-24 19:29:34 +00:00
Sven Vogel 6dd7624458 fix(tailwindcss): removed unused imports and App.css
Gitea Vite Build Action / Vite-Build (push) Successful in 30s Details
2024-10-24 21:28:01 +02:00
Sven Vogel 6317ad2802 refactor(tailwindcss): added header to app.tsx
Gitea Vite Build Action / Vite-Build (push) Failing after 30s Details
2024-10-24 21:24:29 +02:00
Sven Vogel ca910bba0c feat(tailwindcss): added tailwindcss 2024-10-24 21:24:06 +02:00
Sven Vogel e97eb3e1ec Merge pull request 'ci/add-gitea-action' (#1) from ci/add-gitea-action into main
Gitea Vite Build Action / Vite-Build (push) Successful in 29s Details
Reviewed-on: #1
2024-10-24 18:04:43 +00:00
Sven Vogel 06438b7dc2 fix(ci): fixed vite build action title
Gitea Vite Build Action / Vite-Build (push) Successful in 1m5s Details
2024-10-24 20:02:43 +02:00
Sven Vogel 093a7aad95 ci(gitea): added gitea asction for vite build
Added `.gitea/workflows/vite-build.yml` installing NPM and perform clean build
2024-10-24 19:51:08 +02:00
Sven Vogel f30ae25ec2 build(vite): initialized vite project with react template
Initialized project with vite using the default react.js template.
Added banner image t o `assets` and created plain README.md.
2024-10-24 19:15:59 +02:00