Welcome to the official website of the association. Currently, this serves as a landing page.
First ensure that you have NodeJS
installed on your machine,
then clone the repository and install the necessary dependencies by running the following command:
npm install
To start the website in development mode, use the command:
npm run dev
For production mode, build the project and start the server with the following commands:
npm run build
npm start