# vue-curated-server **Repository Path**: vuejs/vue-curated-server ## Basic Information - **Project Name**: vue-curated-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-curated-server Deprecated in favor of [AwesomeJS.dev](https://github.com/Akryum/awesomejs.dev/) --- A GraphQL server for [curated vue packages](https://github.com/vuejs/vue-curated), powered by Apollo. Set the `GITHUB_TOKEN` env var with a [GitHub API access token](https://github.com/settings/tokens). Set the `SOURCE_REPO` env var with the repo containing the `PACKAGES.md` file on the root of the `master` branch. For example: `SOURCE_REPO=vuejs/vue-curated`. Set the `DB_PATH` env var with a path to the database folder with write access. Set the `UPDATE_INTERVAL` env var with the number of ms between each list update (default is 5 min). ``` npm install npm start ``` By default, the graphql endpoint is `http://localhost:3000` and GraphiQL is available at `http://localhost:3000/graphiql`. You can change the port with the `PORT` env var. ## Deployment ``` now --public -e GITHUB_TOKEN=xxx now alias ```