My personal website, built with Vite, React & Tailwind CSS, deployed through a VPS https://taevas.xyz
Find a file
Taevas 28c898d400 Update dependencies
It's actually kinda scary to make changes to something that works well when you don't really know why it works well in the first place...
2024-10-30 15:50:18 +01:00
netlify/functions Redesign the Music Info (last.fm) 2024-05-19 00:19:49 +02:00
public Update the osu! logo to v4b 2024-05-16 23:27:30 +02:00
src QoL improvements 2024-05-21 18:09:09 +02:00
.gitattributes Update dependencies 2024-10-30 15:50:18 +01:00
.gitignore Switch from yarn to bun 2023-10-26 21:29:44 +02:00
bun.lockb Update dependencies 2024-10-30 15:50:18 +01:00
eslint.config.mjs Update dependencies 2024-10-30 15:50:18 +01:00
index.html Adjust the App's styling, change background 2024-05-11 01:41:50 +02:00
netlify.toml Switch from yarn to bun 2023-10-26 21:29:44 +02:00
package.json Update dependencies 2024-10-30 15:50:18 +01:00
postcss.config.cjs Update dependencies 2023-11-28 18:37:11 +01:00
README.md Update dependencies 2024-10-30 15:50:18 +01:00
tailwind.config.js Update dependencies 2024-10-30 15:50:18 +01:00
tsconfig.json Install ESLint 8, (finally) add a tsconfig.json 2024-04-24 03:05:48 +02:00
vite.config.js Implement React 2023-05-07 19:48:02 +02:00

Netlify Status

taevas.xyz

My personal website!

Build and develop

bun install --global netlify-cli
bun i --ignore-scripts
netlify dev

Environment variables

This package uses @carbon/icons-react, which installs a telemetry package which can be disabled:

netlify env:set IBM_TELEMETRY_DISABLED true

This package makes use of several online APIs through Netlify in order to deliver the Infos that are available on the right side of the website for large screens, accessing most of these APIs requires a key (or similar), which can be set through the following environment variables:

  • API_GITHUB
  • API_GITLAB
  • API_LASTFM
  • API_OSU
  • API_WANIKANI
  • URL_MONGODB