Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chapagainmanoj/manoj.codes
- Owner: chapagainmanoj
- License: mit
- Created: 2024-02-08T20:05:28.000Z (11 months ago)
- Default Branch: develop
- Last Pushed: 2024-10-25T15:14:12.000Z (2 months ago)
- Last Synced: 2024-10-26T11:19:48.170Z (2 months ago)
- Language: TypeScript
- Homepage: https://manoj.codes
- Size: 2.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```