UTDNebula / website

General documentation for Project Nebula, an initiative to build tools that help students.

Home Page:https://www.utdnebula.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nebula Labs Home Site

Contributor Covenant

A place for core Nebula Labs documentation.

This website is built using Docusaurus 2, a modern static website generator.

Installation

If you only need to view the website, see the Nebula Labs Home page

To build this project, you will need a working Node.js installation, preferably Node.js 12 or later.

All of the commands used to run this project can interchange Yarn for NPM if desired.

First, clone the repository.

Then install the dependencies:

npm install

Now start the local development server:

npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Deployment

First, build the website to compile the resources into a servable static bundle:

npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

This project uses Netlify to automatically build and deploy the website, but the build folder can be deployed anywhere static assets can be served.

About

General documentation for Project Nebula, an initiative to build tools that help students.

https://www.utdnebula.com

License:MIT License


Languages

Language:JavaScript 41.0%Language:TypeScript 40.6%Language:CSS 13.1%Language:HTML 3.7%Language:Shell 1.6%