Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chapagainmanoj/manoj.codes

My personal website.
https://github.com/chapagainmanoj/manoj.codes

Last synced: 19 days ago
JSON representation

My personal website.

Awesome Lists containing this project

README

        


manoj.codes

My personal website, adapted from [chronark.com](https://github.com/chronark/chronark.com)

## Running Locally

```bash
git clone https://github.com/chronark/manoj.codes.git
cd manoj.codes
```

Create a `.env` file similar to [`.env.example`](https://github.com/chronark/manoj.codes/blob/main/.env.example).

Then install dependencies and run the development server:
```bash
npm install
npm run dev
```