Source code for the official Que website
First, you need to clone the repository
$ git clone https://github.com/QueGroup/quegroup-website.git
To install all the dependencies enlisted, navigate to the project directory and execute the following commands:
$ npm install
$ npm start
The project configuration is located in the package.json file.
To run the application's testing, use the command
$ npm run test
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the repository
- Create your feature branch
- Commit your changes
- Push the branch
- Open a Pull Request
Distributed under the GPL-2.0 license. See LICENSE for more information.