Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My Company webpage

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`