https://github.com/eioluseyi/link-sights
A link analytics system
https://github.com/eioluseyi/link-sights
Last synced: 4 months ago
JSON representation
A link analytics system
- Host: GitHub
- URL: https://github.com/eioluseyi/link-sights
- Owner: eioluseyi
- Created: 2023-07-08T10:37:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T08:58:51.000Z (almost 3 years ago)
- Last Synced: 2025-10-08T13:58:11.579Z (8 months ago)
- Language: Vue
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Example
Look at the [Nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
```
## 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
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.