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.
The Community Website Repository is a platform powered by NextJS, TailwindCSS, Typescript, and Strapi. Its purpose is to provide a centralized hub for the community, offering information and content through a headless-CMS called Strapi. The website utilizes a combination of frontend technologies and middleware/API utilities written in Typescript.
To install all dependencies, run the following command:
npm install
To launch the development server with hot reloading functionality, use the following command:
npm run dev
The live development server will be accessible at localhost:3000.
For setting up the workspace using GitPod Codespace, a .gitpod.yml file has been configured. To spin up a Gitpod Codespace, visit http://gitpod.io/#https://github.com/hekors/website.
To build a production-ready website, run the following command:
npm run build
The generated files of the website will be stored in the .next folder.