Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rootasjey/aesthetic-landing

Landing page of aesthetic
https://github.com/rootasjey/aesthetic-landing

chrome-extension notion nuxt vue

Last synced: about 1 month ago
JSON representation

Landing page of aesthetic

Awesome Lists containing this project

README

        


aesthetic


aesthetic


A Chrome extension to make your Notion pages pop up!

## Quickstart

You can test the app at the available URL at the top of this page.

## Development

* Clone the repo with `git clone https://github.com/rootasjey/trombidex`
* Go to the cloned repo with `cd trombidex`
* Install dependencies with `yarn` or `npm install`
* Run the app with `yarn run start` or `npm start`
*

-> Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

## Licence

Mozilla Public License 2.0