Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imxnoobx/bot-portfolio

My first svelte project to showcase a discord bot using a modern ui desing.
https://github.com/imxnoobx/bot-portfolio

discord-bot noob portfolio svelte website

Last synced: about 6 hours ago
JSON representation

My first svelte project to showcase a discord bot using a modern ui desing.

Awesome Lists containing this project

README

        

# đŸ˜ē Universe Portfolio

![Universe Portfolio](./.github/bot-portfolio.png)

* This is a simple portfolio project that I created to showcase my [discord bot](https://github.com/IMXNOOBX/EmoteUniverse) and to learn Svelte.
> Check out the live version [**here**](https://bot.noob.bio/).

## 🚀 Getting Started

* Development
```bash
git clone https://github.com/IMXNOOBX/bot-portfolio.git
cd bot-portfolio
npm install
npm run dev
```

* Production
```bash
npm run build
```
> The build will be in the `build` folder and will be statically generated.

* Docker
```bash
docker build -t bot-portfolio .
docker run -d -p 80:80 bot-portfolio
```

# 🔖 License & Copyright

This project is licensed under [**CC BY-NC 4.0**](https://creativecommons.org/licenses/by-nc/4.0/).
```diff
+ You are free to:
â€ĸ Share: Copy and redistribute the material in any medium or format.
â€ĸ Adapt: Remix, transform, and build upon the material.
+ Under the following terms:
â€ĸ Attribution: You must give appropriate credit, provide a link to original the source repository, and indicate if changes were made.
â€ĸ Non-Commercial: You may not use the material for commercial purposes.
- You are not allowed to:
â€ĸ Sell: This license forbids selling original or modified material for commercial purposes.
â€ĸ Sublicense: This license forbids sublicensing original or modified material.
```
### Šī¸ Copyright
The content of this project is Šī¸ by [IMXNOOBX](https://github.com/IMXNOOBX) and the respective contributors. See the [LICENSE.md](LICENSE.md) file for details.