All Projects → SpongePowered → SpongeHome

SpongePowered / SpongeHome

Licence: other
A brand new homepage for SpongePowered

Programming Languages

HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

SpongeHome

The Sponge Project website, licensed under the MIT license. See LICENSE.md for details.

Prerequisites

Clone

The following steps will ensure your project is cloned properly.

  1. git clone https://github.com/SpongePowered/SpongeHome.git
  2. cd SpongeHome

Install dependencies

To install all required dependencies run npm i.

Running in development mode

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.

Running in production mode

To build the project for production run npm run build and serve the directory at dist/prod using a production-ready webserver.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].