Skip to content

cgwire/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

941 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CGWire Website

This website is based on Nuxt 4.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

Content Architecture

  • General copy used throughout the website is located in /i18n/locales/<locale>.json
  • Markdown-based content is in /content/<content collection>/<locale>/<slug>.md (long documents like terms, privacy, objection pages)
  • JSON-based content is in /content/<locale>_pages.json (general pages, programmatic content, data pages, etc.)
  • When to use i18n vs content: i18n = key-value translation, content = searchable, filterable, need metadata, etc.

About

Company website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors