This repository contains redesigned code to be used as the frontend for the YASM Media project. Its built using Deno and Solid and currently in its early stages
The following are required to start using the repository:
- Deno: Primary JS Runtime for this project
Step 1: Fetch all required dependencies by running the following command:
deno install
Step 2: Run the frontend using the following command:
deno task dev
The frontend will be running on port 5173