Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nebulos Website

This is the official sourcecode of the Nebulos.pro Website for the Nebulos Discord Bot

Installation

Clone the repository

git clone https://github.com/NebulosProd/Website.git

Go into the Repository

cd Website

Use npm to install all the required packages.

npm i

Insert your .pem certificate files into the folder (fullchain.pem & privkey.pem)

Start

node .

You can access your Website now on https://domain.com/

You can change your settings in the config.json

Contributing

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.

Repository Tree

📦 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

License

MIT

About

EJS Website for the Nebulos Discord Bot.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages