Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manjillama/portfolio
2023 revamped portfolio using Gatsby.
https://github.com/manjillama/portfolio
blogging css gatsby good-first-issue portfolio react scss styled-components tailwindcss
Last synced: 6 days ago
JSON representation
2023 revamped portfolio using Gatsby.
- Host: GitHub
- URL: https://github.com/manjillama/portfolio
- Owner: manjillama
- License: mit
- Created: 2021-06-29T12:15:16.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-08-10T23:53:36.000Z (6 months ago)
- Last Synced: 2024-11-21T07:19:23.622Z (2 months ago)
- Topics: blogging, css, gatsby, good-first-issue, portfolio, react, scss, styled-components, tailwindcss
- Language: TypeScript
- Homepage: https://manjiltamang.com
- Size: 5.37 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Manjil Tamang## 🚀 Setup
1. **Clone the repository**
```bash
# Clone with SSH
$ git clone [email protected]:manjillama/portfolio.git# Or with HTTPS
$ git clone https://github.com/manjillama/portfolio.git
```2. **Install dependencies**
Navigate into newly cloned folder and install dependencies.```shell
cd portfolio/
npm install --force
```3. **Start developing.**
```shell
npm run develop
```4. **Open the code and start customizing!**
Your site is now running at http://localhost:8000!
5. **Learn more**
- [Documentation](https://www.gatsbyjs.com/docs/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
- [Tutorials](https://www.gatsbyjs.com/docs/tutorial/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
- [Guides](https://www.gatsbyjs.com/docs/how-to/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
- [API Reference](https://www.gatsbyjs.com/docs/api-reference/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
- [Plugin Library](https://www.gatsbyjs.com/plugins?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)
- [Cheat Sheet](https://www.gatsbyjs.com/docs/cheat-sheet/?utm_source=starter&utm_medium=readme&utm_campaign=minimal-starter-ts)## 🙏 Third-Party Credits
This project includes code snippets from the following open-source projects:
- **Brittany Chiang v4**
- Author: [Brittany Chiang](https://github.com/bchiang7)
- Original Source: [v4](https://github.com/bchiang7/v4)