Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ore-codes/quodline.github.io
My personal website and portfolio
https://github.com/ore-codes/quodline.github.io
cypress framer-motion github-pages next-js next-themes seo tailwindcss typescript
Last synced: 8 days ago
JSON representation
My personal website and portfolio
- Host: GitHub
- URL: https://github.com/ore-codes/quodline.github.io
- Owner: ore-codes
- Created: 2020-07-09T20:42:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T10:40:59.000Z (12 months ago)
- Last Synced: 2024-04-27T03:30:00.621Z (7 months ago)
- Topics: cypress, framer-motion, github-pages, next-js, next-themes, seo, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://ore-adeleye.vercel.app
- Size: 10.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
Install
```bash
npm install
```Run development server at [http://localhost:3000](http://localhost:3000)
```bash
npm run dev
```Build
```bash
npm run build
```Serve built application
```bash
npm run start
```Test
```bash
npm run test
# or
npm run test:coverage # with coverage
```