https://github.com/porcelaincode/ssr-alphabench
Small nuxt site to render shareable links on social media
https://github.com/porcelaincode/ssr-alphabench
nuxtjs ssr trading-strategies vuejs3
Last synced: 8 months ago
JSON representation
Small nuxt site to render shareable links on social media
- Host: GitHub
- URL: https://github.com/porcelaincode/ssr-alphabench
- Owner: porcelaincode
- Created: 2025-01-19T12:34:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-21T08:32:36.000Z (about 1 year ago)
- Last Synced: 2025-06-12T15:06:04.684Z (8 months ago)
- Topics: nuxtjs, ssr, trading-strategies, vuejs3
- Language: Vue
- Homepage: https://alphabench.in
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AlphaBench Share
A lightweight Nuxt.js application that handles sharing and redirecting of alphabench backtest results with proper meta tags for social media sharing.
## Features
- Redirect service for AlphaBench backtest results
- Social media meta tags for shared backtest results
- SEO-friendly backtest result pages
## Setup
```bash
# install dependencies
npm install
# serve with hot reload at localhost:3000
npm run dev
# build for production
npm run build
# generate static project
npm run generate
```
## Environment Variables
Create a `.env` file in the root directory with the following variables:
```
API_BASE_URL=your_api_base_url
```
## Deployment
This project is configured for deployment on Netlify. The `netlify.toml` configuration file is included in the repository.
## Built With
- [Nuxt.js](https://nuxtjs.org/) - The Vue.js Framework
- [@nuxtjs/axios](https://axios.nuxtjs.org/) - HTTP client