GithubHelp home page GithubHelp logo

quasar's Introduction

Project Quasar

Quasar is the codename for the next generation of the PhaseShiftSoftware.com homepage. This is a complete re-write in Node.js, and a complete restyling using Bootstrap and the LESS CSS tool.

Building the Site

To build the site's JavaScript and CSS resources, first ensure that NPM (Node Package Manager) is installed on your system. One you have verfied that, run the following commands:

npm install
npm run build

This will lint the code, build the JavaScript bundle, and build the CSS bundle.

Running the Site Locally

After building the code, to run it locally, use the following command:

npm start

That will start the server listening on port 80. To use a different port, set the PORT environment variable to the port number you wish to use.

Building a Docker Image

If you wish to run the site in a Docker container, you can build a Docker image using the included Dockerfile. Just run the docker build command in the root directory to build the image.

Changing the Web Server Port

A docker-compose .env file has been provided to allow you to configure which port the webserver runs on. By default, it is exposed on port 80. You can modify this port by changing the WEBSERVER_PORT variable value in the .env file located at the root of the repository.

quasar's People

Contributors

qheaden avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.