Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rootasjey/aesthetic-landing
- Owner: rootasjey
- License: mpl-2.0
- Created: 2024-10-30T13:47:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-21T18:35:25.000Z (about 1 month ago)
- Last Synced: 2024-11-21T19:32:37.823Z (about 1 month ago)
- Topics: chrome-extension, notion, nuxt, vue
- Language: Vue
- Homepage: https://www.aesthetics.so
- Size: 4.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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