Skip to content

aud-eos/audeos.com

Repository files navigation

Audeos.com

This site is automatically deployed to GitHub Pages using GitHub Actions.

Deploy Tests Socket Security Website

Next.js TypeScript Node Yarn Tested with Vitest

Last Commit Repo Size

Getting Started

Prerequisites

  • Node.js ≥25.8.1 (see .nvmrc)
  • Corepack — manages the project's pinned Yarn 4 version via the packageManager field in package.json

On macOS, Homebrew's Node formula excludes Corepack, so install it separately:

brew install corepack   # removes Homebrew yarn/pnpm if installed (Corepack provides shims)
corepack enable

On other platforms, Corepack ships with Node ≥16.10 and only needs to be enabled:

corepack enable

Install and run

yarn install      # Corepack auto-downloads Yarn 4.x on first invocation
yarn dev          # Start the development server
yarn build        # Build the static export to ./dist
yarn test         # Run the Vitest suite
yarn lint         # ESLint + TypeScript typecheck

For dependency upgrades and Contentful tooling, see the targets in Makefile (make upgrade, make types, make upload-images).

.env

SPOTIFY_CLIENT_ID=""
SPOTIFY_CLIENT_SECRET=""

CONTENTFUL_SPACE_ID=""
CONTENTFUL_ACCESS_TOKEN=""
CONTENTFUL_MANAGEMENT_API_ACCESS_TOKEN=""
CONTENTFUL_ENVIRONMENT="master"

About

Official website of DJ Audeos. Next.js static site with Contentful CMS and Spotify integration, deployed to GitHub Pages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors