Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudssrali/sarimmehmood.com
A personal portfolio and blog
https://github.com/mudssrali/sarimmehmood.com
Last synced: 3 days ago
JSON representation
A personal portfolio and blog
- Host: GitHub
- URL: https://github.com/mudssrali/sarimmehmood.com
- Owner: mudssrali
- Created: 2023-07-29T19:13:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T22:14:46.000Z (9 months ago)
- Last Synced: 2024-03-03T23:24:11.129Z (9 months ago)
- Language: JavaScript
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sarimmehmood.com
Personal website and blog
## Getting started
To get started with this template, first install the npm dependencies:
```bash
npm install
```Next, create a `.env.local` file in the root of your project and set the `NEXT_PUBLIC_SITE_URL` variable to your site's public URL:
```
NEXT_PUBLIC_SITE_URL=https://example.com
```Next, run the development server:
```bash
npm run dev
```Finally, open [http://localhost:3000](http://localhost:3000) in your browser to view the website.