36 lines
813 B
Markdown
36 lines
813 B
Markdown
# Sangelo's Space
|
|
|
|
This is the source-code for my website, written in Svelte & SCSS.<br>
|
|
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).<br>
|
|
Once you fork and clone the repository, follow the next steps.
|
|
|
|
```bash
|
|
# 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:
|
|
|
|
```bash
|
|
yarn run build
|
|
```
|
|
|
|
You can preview the production build with `yarn run preview`.
|
|
|
|
## License
|
|
|
|
You can view this project's license [here](./LICENSE).
|