Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/knowankit/knowankit.com

🤓 My portfolio built using Next.js, Chakra UI, MDX, TypeScript, and Vercel.
https://github.com/knowankit/knowankit.com

chakra-ui javascript mdx nextjs portfolio react typescript

Last synced: 12 days ago
JSON representation

🤓 My portfolio built using Next.js, Chakra UI, MDX, TypeScript, and Vercel.

Awesome Lists containing this project

README

        

![Portfolio demo](https://github.com/knowankit/knowankit.com/blob/develop/demo.gif)



Twitter: Ankit Kumar


# knowankit.com

My own slice of the internet where I post projects and articles related to the web.

## Built Using

1. [Chakra UI](https://chakra-ui.com/)
2. [Emotion](https://emotion.sh/)
3. [TypeScript](https://www.typescriptlang.org/)
4. [Next.js](https://nextjs.org/)
5. [Vercel](https://vercel.com)
6. [MDX](https://github.com/mdx-js/mdx)

## Requirements

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

## Running Locally

```bash
$ git clone https://github.com/knowankit/knowankit.com.git
$ cd knowankit.com
$ yarn
$ yarn dev
```

The above command will start the frontend 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.