Skip to content

obscurealm/quotes

Repository files navigation

CI/CD

Quotes

A Next.js application serving a list of quotes using the Notion API.

Contents

Getting started

Prerequisites

Installation

  1. Clone the repo
git clone [email protected]:yusufsheiqh/quotes.git
  1. Install packages in quotes directory
npm i

Usage

Running the application

To run the application for local development:

npm run dev
npm run dev:docker # using Docker

Then visit http://localhost:3000.

Running the tests

To run all the tests:

npm run test

To run unit tests:

npm run test:unit

To run acceptance tests:

npm run test:acceptance

To run journey tests:

npm run test:journey # to automatically run the tests in headless mode
npm run test:journey:open # to interactively run the tests in a browser

Formatting the code

To run the formatter (using Prettier):

npm run format

Linting the code

To run the linter (using ESLint):

npm run lint

About

A Next.js application serving a list of quotes using the Notion API.

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages