Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```