Web-based clone of Xbox 360 Neighborhood.
Home | Root of HDD |
---|---|
![]() |
![]() |
There are no prebuilt artifacts at the moment, the only way to use OpenNeighborhood is to build it from source.
- Node.js 18.18 or later.
npm install
npm run dev
Then the development server is listening on localhost:3000.
npm install
npm run build
npm start
Then the production server is listening on localhost:3000.