Skip to content

Nishantjain10/website

 
 

Repository files navigation

website-repo-banner

Community Website

Hey Great People, Welcome to the Community Website Repository 🚀

Overview

This is the community website repository and it's powered by these technologies:

  • Frontend built using NextJS, TailwindCSS & Typescript

  • Middleware and API Utilities are written using Typescript

  • For content and information on the website, we're using a headless-CMS called Strapi

  • For design and graphical utilities, we're using Figma

Requirements

Usage

Install Dependencies

To install all dependencies, run this command:

npm install --save-dev

Develop

Launch the development server with the hot reloading functionality that allows any change in files to be immediately visible in the browser. Use this command:

npm run dev

You can access the live development server at localhost:3000.

Setting up your workspace using GitPod Codespace

In order to prepare and spin up a Gitpod dev environment for our project, we configured our workspace through a .gitpod.yml file.

To spin up a Gitpod codespace, go to http://gitpod.io/#https://github.com/hekors/website.

Build

To build a production-ready website, run the following command:

npm run build

Generated files of the website go to the .next folder.

About

Website project for HEKORS 🚀

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.2%
  • CSS 2.4%
  • JavaScript 1.4%