Kratos is the front-end of the ACM Chapter Cusco Website
Install Node.js version v20.17.0(LTS)
Clone the project repository to your workspace:
git clone https://github.com/ACM-Chapter-Cusco/kratos.git
Within the project root run the command to install the dependencies:
npm install
Once the dependencies are installed, run the command to run the development server:
npm run dev
# or
yarn dev
Then, open http://localhost:3000 with your browser to see the result.
To contribute you must follow our Development Guide