This is the official sourcecode of the Nebulos.pro Website for the Nebulos Discord Bot
Clone the repository
git clone https://github.com/NebulosProd/Website.gitGo into the Repository
cd WebsiteUse npm to install all the required packages.
npm iInsert your .pem certificate files into the folder (fullchain.pem & privkey.pem)
node .You can access your Website now on https://domain.com/
You can change your settings in the config.json
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
📦 Website
├─ .gitignore
├─ LICENSE # License File
├─ README.md # ALl informations about the Project
├─ assets # Assets for the Website
│ ├─ css # CSS Folder to store all CSS Files.
│ │ └─ style.css # Main CSS File
│ ├─ images # Image Folder to store all Images.
│ │ ├─ image.png # "Bot Picture"
│ │ ├─ logowhite.svg # "White Nebulos Banner"
│ │ └─ stats-banner.png # "Map with Dots"
│ └─ js # JavaScript Folder to store all JS Files.
│ └─ script.js # Main JavaScript FIle
├─ config.json # Config for the project
├─ index.js # Start file and "Brain"
├─ package-lock.json # Packages
├─ package.json # Packages
└─ views # Folder for all the View Templates
├─ index.ejs # Main Site View Template
├─ privacy.ejs # Privacy Site View Template
└─ tos.ejs # Terms Of Service View Template