Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 19 hours ago
JSON representation

My personal webpage :€

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`