Skip to content

steel-dev/claude-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

claude-browser

OS repo for claude-browser.steel.dev! Code is demo code so a bit all over the place but will be cleaning it up more over the next few weeks with a v2 release.

If you have any Qs, we're happy to help here: https://discord.gg/gPpvhNvc5R

Setup

Install dependencies

Just cd into either the frontend or backend folders and run:

npm install

Run the development server

Run the development server (for the backend):

npm run dev

Run the development server (for the frontend):

npm run start

Run the production server

Run the production server (for the backend):

npm run build
npm run start

Run the production server (for the frontend):

npm run build
serve -s build