The Sponge Project website, licensed under the MIT license. See LICENSE.md for details.
The following steps will ensure your project is cloned properly.
git clone https://github.com/SpongePowered/SpongeHome.git
cd SpongeHome
To install all required dependencies run npm i
.
To run SpongeHome for development execute npm run dev
.
SpongeHome will now be running locally on port 3000 and serving the directory
at dist/dev
which has been automatically created. The webserver watches all important files and
live-reloads changes made.
To build the project for production run npm run build
and serve
the directory at dist/prod
using a production-ready webserver.