Welcome to the official repository of CoruñaWTF, a local community in A Coruña focused on web development and design.
This project is built using Lume and the TOP framework.
- Deno installed on your system.
-
Clone this repository:
git clone https://github.com/corunawtf/web.git cd web
-
Install dependencies:
deno task lume
-
Start the development server:
deno task serve
-
Open the site in your browser at:
http://localhost:3000
.
To build the site and generate static files in the /docs
folder:
deno task build
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.
This project is distributed under the MIT License.