Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.04 KB

CoruñaWTF Website

Welcome to the official repository of CoruñaWTF, a local community in A Coruña focused on web development and design.

Technologies Used

This project is built using Lume and the TOP framework.

Installation and Usage

Prerequisites

  • Deno installed on your system.

Steps to Start the Project

  1. Clone this repository:

    git clone https://github.com/corunawtf/web.git  
    cd web  
  2. Install dependencies:

    deno task lume
  3. Start the development server:

    deno task serve
  4. Open the site in your browser at: http://localhost:3000.

Generate Production Files

To build the site and generate static files in the /docs folder:

deno task build

Contribute

If you'd like to contribute to the website's development, feel free to open an issue or submit a pull request with your suggestions.

License

This project is distributed under the MIT License.