Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohit-singh-rawat/space

My portfolio and blog
https://github.com/rohit-singh-rawat/space

framer-motion mdx nextjs portfolio shadcn-ui tailwindcss typescript

Last synced: 5 days ago
JSON representation

My portfolio and blog

Awesome Lists containing this project

README

        






Image description

Space


My Portfolio and blogs




View
·
Report Bug


Table of Contents



  1. About The Project


  2. Aspiration


  3. Getting Started


  4. License

## About The Project
![image](https://github.com/user-attachments/assets/979b65bb-4a01-4a4d-93bd-70287b414296)

Welcome, this is my personal portfolio, featuring my projects, skills, and a bit about me. It's designed to provide an overview of my work and who I am.

(back to top)

### Built With

*
*
*
*
*
* ![Framer](https://img.shields.io/badge/Framer-black?style=for-the-badge&logo=framer&logoColor=blue)

(back to top)

## Aspiration
Thanks to all the sources of inspiration that guided and motivated me throughout the creation of this portfolio.Inspired by many, built by one.

- [antfu.me](https://antfu.me/)
- [beta.vimfn.in](https://beta.vimfn.in)
- [honghong.me](https://honghong.me)
- [leerob.io](https://leerob.io)
- [manuarora.in](https://manuarora.in/)
- [canvas.hrcd.fr](https://canvas.hrcd.fr/)
- [marcbouchenoire.com](https://marcbouchenoire.com)
- [magicui.design](https://magicui.design/)
- [augen.pro](https://augen.pro/)
- [ui.aceternity.com](https://ui.aceternity.com/)
- [fumadocs](https://fumadocs.vercel.app/)
- [nextra](https://nextra.site/)
- [theodorusclarence.com](https://theodorusclarence.com/)
- [ped.ro](https://ped.ro/)
- [delba.dev](https://delba.dev/)
- [joshwcomeau.com](https://www.joshwcomeau.com/)
- [blog.maximeheckel.com](https://blog.maximeheckel.com/)
- [zenorocha.com](https://zenorocha.com/)
- [jahir.dev](https://jahir.dev/)
- [anishde.dev](https://anishde.dev/)
- [nikolovlazar.com](https://nikolovlazar.com/)
- [samuelkraft.com](https://samuelkraft.com/)
- [bentogrids](https://bentogrids.com/)
- [hover.dev](https://www.hover.dev/)
- [vocs.dev](https://vocs.dev/)

## Getting Started

This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.

### Prerequisites

This is an example of how to list things you need to use the software and how to install them.
* npm
```sh
npm install npm@latest -g
```

### Installation

1. Clone the repo
```sh
git clone https://github.com/Rohit-Singh-Rawat/Space.git
```
2. Install NPM packages
```sh
npm install
```
3. Set up your environment variables:

Create a .env file in the root directory and add the following variables:
```js
# GitHub Authentication Token
GITHUB_AUTH_TOKEN=YOUR_GITHUB_AUTH_TOKEN

# WakaTime API Key
WAKATIME_API_KEY=YOUR_WAKATIME_API_KEY

# Spotify Credentials
SPOTIFY_CLIENT_ID=YOUR_SPOTIFY_CLIENT_ID
SPOTIFY_CLIENT_SECRET=YOUR_SPOTIFY_CLIENT_SECRET
SPOTIFY_REFRESH_TOKEN=YOUR_SPOTIFY_REFRESH_TOKEN

# Node Environment
NODE_ENV=YOUR_NODE_ENV

# Umami Analytics
NEXT_PUBLIC_UMAMI_WEBSITE_ID=YOUR_UMAMI_WEBSITE_ID
NEXT_PUBLIC_UMAMI_URL=YOUR_UMAMI_URL

# Blob Read/Write Token
BLOB_READ_WRITE_TOKEN=YOUR_BLOB_READ_WRITE_TOKEN

```
5. Start the development server:
```sh
npm run dev
```
app start at localhost:3000

(back to top)

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

(back to top)