This repository contains the source code and the supplementary code required to maintain and develop the website - sagarkapoor.eu. The source code is made publicly available under the MIT License (see the LICENSE document for details).
The project depends on the following tech stack:
We all have something to share. This is a piece of real e-state to do exactly that.
For development, the following dependencies are required:
To get started with developing the project, follow these instructions:
- Ensure the aforementioned dependencies are installed and available. Then fork (and clone) the repository for further development.
- Invoke the
task setup
command to setup the development environment and install all necessary dependencies. - Invoke the
task dev
command to locally run the development version of the website and access it over localhost:3000. - Post development, invoke the
task qa-checks
command to lint and format (using ESLint and Prettier) your code before making a commit. - Push the commits to your fork and then create a Pull Request to the upstream repository from the said fork whenever you are ready.
This source code in this repository is made publicly available under the terms and conditions of the MIT License. You will find more details about thr distributions rights here in the LICENSE document.