Next.js Front end for Constellation Hub
Constellation Hub is a web application built with Next.js that serves as the front end for Constellation Hub. It provides a user-friendly interface to interact with the backend services.
- Modern UI with Next.js
- High performance and SEO-friendly
- Responsive design
- Easy to navigate
- TypeScript - Primary language for the application
- Next.js - React framework for server-side rendering and static site generation
- CSS - Styling
- JavaScript - Additional scripting
To get a local copy up and running, follow these simple steps.
-
Clone the repo
git clone https://github.com/digitalcontact/constellationhub.git
-
Navigate to the project directory
cd constellationhub
-
Install NPM packages
npm install
- Run the development server
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.