Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chroxify/website
My personal portfolio website
https://github.com/chroxify/website
portfolio portfolio-template portfolio-website website-template
Last synced: 4 months ago
JSON representation
My personal portfolio website
- Host: GitHub
- URL: https://github.com/chroxify/website
- Owner: chroxify
- Created: 2023-05-23T22:48:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T17:31:35.000Z (4 months ago)
- Last Synced: 2024-10-12T02:28:24.702Z (4 months ago)
- Topics: portfolio, portfolio-template, portfolio-website, website-template
- Language: TypeScript
- Homepage: https://chroxify.com
- Size: 1.38 MB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
Built with Next.js, TypeScript, Tailwind CSS, and hosted on Vercel.
## Getting Started
1, Clone the repository:
```bash
git clone https://github.com/chroline/website.git
```2. Install dependencies:
```bash
pnpm install
# or
yarn install
# or
npm install
```3. Start the development server:
```bash
pnpm dev
# or
yarn dev
# or
npm run dev
```Open [http://localhost:3000](http://localhost:3000) in your browser to see the website.
## License
This project is licensed under the [MIT](https://mit-license.org/) license and is free to use for everyone but I would appreciate it if you would give me credit for my work.