Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdul23lm/my-old-personal-website
Hey! How nice of you to look at my personal site, Thank you!
https://github.com/abdul23lm/my-old-personal-website
chakra-ui framer-motion nextjs reactjs typescript
Last synced: 18 days ago
JSON representation
Hey! How nice of you to look at my personal site, Thank you!
- Host: GitHub
- URL: https://github.com/abdul23lm/my-old-personal-website
- Owner: abdul23lm
- Created: 2022-08-15T21:30:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T14:02:14.000Z (about 2 years ago)
- Last Synced: 2024-11-25T17:17:47.610Z (3 months ago)
- Topics: chakra-ui, framer-motion, nextjs, reactjs, typescript
- Language: TypeScript
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Abdul Latif Munjiat Personal Website
Hey! Iam Abdul Latif Munjiat. How nice of you to look at my personal site, Thank you!
This is written in Typescript using [Next.js](https://nextjs.org/), as a SSG tool. It utilizes [ChakraUI](https://chakra-ui.com/) as well as [Framer Motion](https://www.framer.com/motion/) for animations.
## Local Development
This is just a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Please use atleast Node v12, but the recommended version is Node v14 LTS. There's a `.nvmrc`, you can run `nvm use` if you have nvm installed.
## Getting Started
This project heavily favors yarn over npm.
So to set things up you need to run
```bash
yarn install
```
or just
```bash
yarn
```Then to run the development server:
```bash
yarn dev
```and it should open at
> http://localhost:3000/
## Deployment
Nothing special, its setup at Netlify end (in other words: no `netlify.toml`), just merge a feat branch to master branch and you're good.