Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lissy93/as93

💜 Really simple project page
https://github.com/lissy93/as93

portfolio ssg sveltekit

Last synced: about 2 months ago
JSON representation

💜 Really simple project page

Awesome Lists containing this project

README

        

AS93





Simple site to list your GitHub projects


🌐 as93.net

---

## Development

- Prerequisites: You'll need [Node](https://nodejs.org/) an [Git](https://git-scm.com/) installed.
- Get the code: `git clone [email protected]:Lissy93/as93.git`
- Install dependencies: `cd as93 && npm i`
- Start development server: `npm run dev`

---

## Deployment
Follow the [Development](#development) instructions above.

When you're ready to deploy, run `yarn build` and upload the `dist/` to any CDN, static hosting provider or web server.

Or simply import your fork of the project into Netlify or Vercel - so easy!

---

## Configuring
All user-related settings goes in the `config.ts` file.
Other than that, the only other thing you need is a GitHub API key in `GITHUB_TOKEN` env var (to avoid being limited while fetching repos)

---

## Screenshot



screenshot

---

## Contributing

Contributions are welcome! There's a standard [Code of Conduct](https://github.com/Lissy93/as93/blob/main/.github/CODE_OF_CONDUCT.md) that you should follow.

If you're new to open source, I've put together some guides in [Git-In](https://github.com/Lissy93/git-into-open-source/), but feel free to reach out if you need any support.

Not a coder? You can still help, by raising bugs you find, updating docs, or consider sponsoring me on GitHub

[![Sponsor](https://img.shields.io/badge/Sponsor-Lissy93-EA4AAA?style=for-the-badge&logo=githubsponsors&labelColor=1b2744&link=https%3A%2F%2Fgithub.com%2Fsponsors%2FLissy93)](https://github.com/sponsors/Lissy93)

---

## Credits

##### Inspiration
The layout was inspired by Sindresorhus's homepage

##### Tech Credits
The app is built with Svelte + SvelteKit, and uses TypeScript and SCSS

##### Contributors

[![Contributors](https://contrib.rocks/image?repo=lissy93/as93)](https://github.com/Lissy93/as93/graphs/contributors)

##### Sponsors

Thank you so so much to everyone who [sponsors me on GitHub](https://github.com/sponsors/lissy93) 💖

---

## License

> _**[Lissy93/AS93](https://github.com/Lissy93/as93)** is licensed under [MIT](https://github.com/Lissy93/as93/blob/HEAD/LICENSE) © [Alicia Sykes](https://aliciasykes.com) 2024._

> For information, see TLDR Legal > MIT

Expand License

```
The MIT License (MIT)
Copyright (c) Alicia Sykes

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sub-license, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included install
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```


© Alicia Sykes 2024

Licensed under MIT



Thanks for visiting :)