Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stellaonestrogen/website

This is my personal website.
https://github.com/stellaonestrogen/website

javascript node nodejs nuxt nuxt3 nuxtjs personal personal-website typescript

Last synced: about 24 hours ago
JSON representation

This is my personal website.

Awesome Lists containing this project

README

        

Website

This is my personal website. It is built using [NextJS](https://nextjs.org?ref=github/stellaOnEstrogen), a Web framework. The website is hosted on [Vercel](https://vercel.com/).

## Features

- **Customizable**: You can easily customize the website by editing the [`config.ts`](./config.ts) file.
- **Cute Design**: The website has a cute design, with a pastel color palette and a cute font.

## Development

To run the website locally, you need to have [Node.js](https://nodejs.org/) installed. Then, you can run the following commands:

```bash
# Install dependencies
$ npm install
```

Edit the [`config.ts`](./config.ts) file to add your personal information. Then, run the following command:

```bash
# Start the development server
$ npm run dev
```

The website will be available at `http://localhost:3000/`.

> [!IMPORTANT]
> If you do decide to use this project as a personal website, please make sure to change the content in the `config.ts` file to your own information. **HOWEVER**, you are **NOT** allowed to remove the footer credit. You can change the text, but you must keep the link to this repository.

## TODO

- ~~Add a blog section~~
- Add a projects section
- Add a contact form
- ~~Add a image intergration~~ [(Done)](https://github.com/stellaOnEstrogen/image-uploader)

## Uploading Images

To upload images like in the image below, you can use the [image-uploader](https://github.com/stellaOnEstrogen/image-uploader) component I created. It is a simple image uploader that uploads images to a server with an accessible URL.

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.