Skip to content

The project to transfer our website from Wix to a custom Next.js implementation. This migration aims to provide greater flexibility, scalability, and customization options. We'll migrate content, revamp design, implement features, and optimize performance.

Notifications You must be signed in to change notification settings

0-mayurkaretha/c4gt-website

 
 

Repository files navigation

Description 📖

This is the readme file for the Code4GovTech website project, which is built using Next.js. The website serves as a platform for sharing information and resources related to government technology and civic innovation. This document provides instructions for installation, usage guidelines for contributors and users, and additional information about the project.

Table of Contents 📜

Installation ⚙️

To set up the Code4GovTech website locally, follow these steps:

  1. Clone the repository to your local machine: git clone https://github.com/Code4GovTech/website.git

  2. Navigate to the project directory: cd website

  3. Install the required dependencies using npm, yarn, or pnpm:

    npm install or yarn or pnpm install

Usage 🚀

Once the installation is complete, you can start the development server and view the website in your browser:

  1. Run the development server: npm run dev or yarn dev or pnpm dev

  2. Open your browser and visit http://localhost:3000 to see the Code4GovTech website.

  3. To make changes to the website, you can edit the app/page.tsx file. The page will automatically update as you save your changes.

Contributing 🤝

We welcome contributions to the Code4GovTech website! If you would like to contribute, please follow these guidelines:

  1. Fork the repository on GitHub.

  2. Create a new branch for your feature or bug fix: git checkout -b my-feature

  3. Make your changes and commit them with descriptive commit messages: git commit -m "Add new feature"

  4. Push your changes to your forked repository: git push origin my-feature

  5. Open a pull request on the original repository, providing a clear description of your changes.

Dependencies 📦

The Code4GovTech website relies on the following dependencies:

  • Next.js: A React framework for building server-side rendered and statically generated web applications. You can learn more about Next.js features and API in the Next.js Documentation.

  • next/font: A Next.js plugin that automatically optimizes and loads the Inter font, a custom Google Font.

Troubleshooting ❗

If you encounter any issues while setting up or using the Code4GovTech website, try the following troubleshooting steps:

  1. Ensure that you have installed all the required dependencies as mentioned in the installation instructions.

  2. Make sure there are no conflicting processes running on port 3000, which is the default port used by the development server. You can try changing the port number in the dev script command defined in the package.json file.

  3. If you experience any unexpected errors or bugs, please check the project's issue tracker on GitHub to see if the problem has been reported. If not, feel free to open a new issue and provide detailed information about the error or bug.

Additional Resources ℹ️

For more information about the Code4GovTech organization and the website project, you can visit the following resources:

About

The project to transfer our website from Wix to a custom Next.js implementation. This migration aims to provide greater flexibility, scalability, and customization options. We'll migrate content, revamp design, implement features, and optimize performance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.6%
  • JavaScript 48.1%
  • CSS 2.0%
  • HTML 0.3%