Sangelo's Space website source code! https://sangelo.space
Go to file
Sangelo c2eda4c747 Style tweaks, add archived project
- Add Default++
- Tweak modal-more.scss styles
- Add Unique banner for compatibility
2024-02-13 17:43:57 +01:00
src Style tweaks, add archived project 2024-02-13 17:43:57 +01:00
static Style tweaks, add archived project 2024-02-13 17:43:57 +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 [c] progress 2023-11-15 20:02:58 +01: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.