Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thurahtetaung/thurahtetaung.github.io
https://github.com/thurahtetaung/thurahtetaung.github.io
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thurahtetaung/thurahtetaung.github.io
- Owner: thurahtetaung
- License: mit
- Created: 2022-05-21T16:42:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T15:34:34.000Z (10 months ago)
- Last Synced: 2024-04-10T17:16:13.157Z (10 months ago)
- Language: TypeScript
- Homepage: https://thurahtetaung.me
- Size: 4.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
thurahtetaung.github.io
A portfolio website i.e. thurahtetaung.github.io built with Next.js and hosted with GitHub
[![My Portfolio](./public/images/preview.png)
## Table of Contents
- [Sections](#sections)
- [Built With](#built-with)
- [How to use](#how-to-use)
- [Contributing](#contributing)
- [Continuous Development](#continuous-development)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)
- [Show Your Support](#show-your-support)## Sections
- Hero
- About
- Skills
- Experience
- Projects
- Contact## Built With
- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/) - For animations
- [Iconify](https://icon-sets.iconify.design/) - For icons
- [Lottie Files](https://lottiefiles.com/) - For illustrations## How to use
###### To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [yarn](https://yarnpkg.com) installed on your computer).
1. Fork this repository and clone the project
###### Please give me proper credit by linking back to [thurahtetaung.github.io](https://thurahtetaung.github.io).
```bash
git clone https://github.com//portfolio-website.git
```2. Go to the project directory
```bash
cd portfolio-website
```3. Install dependencies
```bash
yarn
```4. Start the server
```bash
yarn dev
```- To change the content, edit `src/lib/content/`
- To change the **resume**, change `/public/resume.pdf` with your resume (name must be `resume.pdf`)
- To change the **About Section**, edit `src/containers/About.tsx`
- To change the theme, edit `src/styles/globals.css`
## Show Your Support
Give a ⭐️ if you liked this project!