Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imxnoobx/bot-portfolio
- Owner: IMXNOOBX
- License: other
- Created: 2024-04-05T09:44:43.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T09:00:09.000Z (6 months ago)
- Last Synced: 2024-05-23T10:23:56.934Z (6 months ago)
- Topics: discord-bot, noob, portfolio, svelte, website
- Language: Svelte
- Homepage: https://bot.noob.bio
- Size: 9.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.