codergalib2005 / docs-portfolio

Home Page:https://docs-portfolio.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Documentation Portfolio Website

This is the source code for my documentation portfolio website, which showcases my technical writing and documentation skills. The website is built using Next.js, a React-based framework for building server-side rendered web applications, and TypeScript, a superset of JavaScript that adds static typing to the language.

Getting Started

To get started with this project, you'll need to have Node.js and npm (Node Package Manager) installed on your computer. You can download the latest version of Node.js from the official website: https://nodejs.org/en/.

Once Node.js is installed, you can use the following commands to clone the repository and install the necessary dependencies:

git clone https://github.com/codergalib20/documentation-portfolio.git
cd documentation-portfolio
npm install

Running the Website Locally

To run the website locally, you can use the following command:

npm run dev

This will start the Next.js development server, which will automatically reload the website as you make changes to the code.

Building and Deploying the Website

To build and deploy the website, you can use the following commands:

npm run build
npm run start

The npm run build command will generate a production build of the website, which can be deployed to a web server or hosting platform.

The npm run start command will start a production server that serves the built website. You can then access the website by visiting http://localhost:3000 in your web browser.

Contributing

If you'd like to contribute to this project, feel free to submit a pull request! Before submitting a pull request, please make sure to read the CONTRIBUTING.md file and follow the guidelines outlined there.

Acknowledgments

  • Thanks to the contributors and maintainers of the open source packages used in this project.

by Asadullah Hil Gailb

About

https://docs-portfolio.vercel.app


Languages

Language:TypeScript 43.2%Language:CSS 41.5%Language:JavaScript 15.2%