Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slipbey/mywebpage
My personal webpage :€
https://github.com/slipbey/mywebpage
github next next-js next-js-app nextapp nextjs nextjsapp personal-site personal-website portfolio portfolio-website react reactjs tailwind tailwind-css tailwindcss typescript webpage
Last synced: 12 days ago
JSON representation
My personal webpage :€
- Host: GitHub
- URL: https://github.com/slipbey/mywebpage
- Owner: SlipBey
- License: gpl-3.0
- Created: 2022-06-24T14:37:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:00:00.000Z (6 months ago)
- Last Synced: 2025-01-16T02:21:37.191Z (17 days ago)
- Topics: github, next, next-js, next-js-app, nextapp, nextjs, nextjsapp, personal-site, personal-website, portfolio, portfolio-website, react, reactjs, tailwind, tailwind-css, tailwindcss, typescript, webpage
- Language: TypeScript
- Homepage: https://slip.slipyme.com
- Size: 5.24 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Personel Webpage
Using [TypeScript](https://www.typescriptlang.org/), [NextJS](https://nextjs.org/) and [TailwindCSS](https://tailwindcss.com/)
API Repo: [https://github.com/SlipBey/slipyme-api](https://github.com/SlipBey/slipyme-api)
Demo: [https://slip.slipyme.com](https://slip.slipyme.com)
API Demo: [https://api.slipyme.com](https://api.slipyme.com)# Setup:
- Clone repo
- Run `yarn` or `npm i`
- Run `yarn build` or `npm run build`
- Run `yarn start` or `npm run start`
- See [http://localhost:3000](http://localhost:3000)
or
- Run `yarn dev` or `npm run dev`
- See [http://localhost:3000](http://localhost:3000)- Next-Map -> `npm run postbuild` or `yarn postbuild`