website
website copied to clipboard
Website for HEKORS Community. A single platform for developers and hackers to participate in hackathons in groups with peers, getting up-to-date with potential/upcoming programmes.

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.