Sangelo's Space website source code! https://sangelo.space
Go to file
2024-03-22 22:35:46 +01:00
src [c] fix css for tooltip again 2024-03-22 22:35:46 +01:00
static [c+a] New Project Logo, Style tweaks 2024-03-13 12:12:04 +01:00
.eslintignore Initial Commit 2023-11-06 00:02:42 +01:00
.eslintrc.cjs Initial Commit 2023-11-06 00:02:42 +01:00
.gitignore Initial Commit 2023-11-06 00:02:42 +01:00
.npmrc Initial Commit 2023-11-06 00:02:42 +01:00
.prettierignore Initial Commit 2023-11-06 00:02:42 +01:00
.prettierrc Initial Commit 2023-11-06 00:02:42 +01:00
LICENSE License & Readme 2023-12-13 15:08:40 +01:00
package.json Initial Modal Work 2023-12-10 01:00:02 +01:00
README.md Modify README 2023-12-13 15:09:40 +01:00
svelte.config.js Project Refactoring and some Cleanup (#1) 2024-03-12 19:47:04 +00:00
tsconfig.json Initial Commit 2023-11-06 00:02:42 +01:00
vite.config.ts Initial Commit 2023-11-06 00:02:42 +01:00
yarn.lock Initial Modal Work 2023-12-10 01:00:02 +01:00

Sangelo's Space

This is the source-code for my website, written in Svelte & SCSS.
Feel free to explore!

Contributing

You're welcome to contribute to this website if you have a Lunivity account (see homepage for details if registrations aren't open).
Once you fork and clone the repository, follow the next steps.

# install dependencies
yarn install

# run web dev server
yarn run dev

# or start the server and open the app in a new browser tab
yarn run dev --open

Once you've made your changes, you can create a Pull Request and I'll make sure to check it out!

Building

To create a production version of this website:

yarn run build

You can preview the production build with yarn run preview.

License

You can view this project's license here.