Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slipbey/slipyme
My Company webpage
https://github.com/slipbey/slipyme
company company-site next next-js next-js-app nextapp nextjsapp personal-site portfolio react tailwind tailwind-css tailwindcss typescript webpage
Last synced: about 12 hours ago
JSON representation
My Company webpage
- Host: GitHub
- URL: https://github.com/slipbey/slipyme
- Owner: SlipBey
- License: gpl-3.0
- Created: 2022-09-25T15:23:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:00:14.000Z (5 months ago)
- Last Synced: 2025-01-16T02:21:37.780Z (5 days ago)
- Topics: company, company-site, next, next-js, next-js-app, nextapp, nextjsapp, personal-site, portfolio, react, tailwind, tailwind-css, tailwindcss, typescript, webpage
- Language: TypeScript
- Homepage: https://www.slipyme.com
- Size: 1.06 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slipyme Company 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://www.slipyme.com](https://www.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`