Ecosyste.ms: Awesome

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

https://github.com/ghoshnirmalya/nirmalyaghosh.com

A personal portfolio built using Next.js, Chakra UI, SEO, MDX, and TypeScript
https://github.com/ghoshnirmalya/nirmalyaghosh.com

boilerplate chakra-ui javascript mdx nextjs portfolio portfolio-website react reactjs typescript

Last synced: 3 months ago
JSON representation

A personal portfolio built using Next.js, Chakra UI, SEO, MDX, and TypeScript

Lists

README

        


Logo



Twitter: Nirmalya Ghosh

This is a boilerplate for building portfolio applications using Next.js.

## Overview

This boilerplate is built using the following technologies:

1. [Chakra UI](https://chakra-ui.com/)
2. [Emotion](https://emotion.sh/)
3. [TypeScript](https://www.typescriptlang.org/)

## Requirements

1. [Node.js](https://nodejs.org/)
2. [npm](https://www.npmjs.com/)

## Installation

### 1. **Clone the application**

```sh
git clone [email protected]:ghoshnirmalya/nirmalyaghosh.com.git portfolio
```

### 2. **Install necessary dependencies for the frontend application**

```sh
cd portfolio && yarn install
```

### 3. **Start the application**

From the root directory, we can run the following command to start the application:

```sh
yarn dev
```

The above command will start the application on [http://localhost:3000/](http://localhost:3000).

## License

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