Skip to content

Hosting Quickstart

David Reed edited this page May 8, 2024 · 4 revisions

Hosting Quickstart

Deploying Chrome100 is straightforward.

  1. Clone the repository
git clone https://github.com/e9x/chrome100.git
cd chrome100
  1. Install modules
npm install
  1. Build for production
npm run build
  1. Start the server
node ./dist/entry.mjs

Development

npm run dev
Clone this wiki locally