https://github.com/arthub-j/artuaragon-homepage
A small personal bio web using Next.js, Chakra UI, Framer Motion, and Three.js.
https://github.com/arthub-j/artuaragon-homepage
chakra-ui javascript nextjs personal-website
Last synced: 3 months ago
JSON representation
A small personal bio web using Next.js, Chakra UI, Framer Motion, and Three.js.
- Host: GitHub
- URL: https://github.com/arthub-j/artuaragon-homepage
- Owner: artHub-j
- Created: 2023-05-18T21:55:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T17:55:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T15:33:08.496Z (4 months ago)
- Topics: chakra-ui, javascript, nextjs, personal-website
- Language: JavaScript
- Homepage:
- Size: 360 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
artuaragon-homepage-main
Light Mode | Dark Mode
:-------------------------:|:-------------------------:
 | ## Installation of npm and its node modules:
Install npm and node modules on Ubuntu
```bash
sudo apt install npm
sudo apt install nodejs
```Run page on localhost:3000
```bash
cd artuaragon-homepage-main
npm run dev
```