ACM-Chapter-Cusco / kratos

ACM Chapter Cusco Web Site
GNU General Public License v3.0
0 stars 0 forks source link

KRATOS

Kratos is the front-end of the ACM Chapter Cusco Website

Requirements

Install Node.js version v20.17.0(LTS)

Getting Started

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.

Contribution

To contribute you must follow our Development Guide