Skip to content

chocoOnEstrogen/website

Repository files navigation

Website

This is my personal website. It is built using NextJS, a Web framework. The website is hosted on Vercel.

Features

  • Customizable: You can easily customize the website by editing the config.ts file.
  • Cute: The website is cute and aesthetic.
  • Responsive: The website is responsive and works on all devices.

Development

To run the website locally, you need to have Node.js installed. Then, you can run the following commands:

# Install dependencies
$ npm install

Edit the config.ts file to add your personal information. Then, run the following command:

# 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

Uploading Images

To upload images like in the image below, you can use the 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 file for details.