/fisidi

Primary LanguageVueMIT LicenseMIT

<<<<<<< HEAD

My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.


Deploy with Vercel

Running Locally

git clone https://github.com/joshjgomes/fisidi.git
cd fisisdi.com

Create a .env file similar to .env.example.

Then install dependencies and run the development server:

pnpm install
pnpm dev

Cloning / Forking

Please remove all of my personal information (apps, images, etc.) before deploying your own version of this site.

jOsh.Promo

.promo

Build Status License: MIT

.promo

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge

Static Badge


Table of Contents 📚


Introduction 🎉

jOsh.Promo is a specialized link aggregator tailored for jOsh, an autodidact musician and polymath. This platform aims to centralize all the essential resources, tutorials, and tools that jOsh frequently uses, making it easier to focus on creativity and learning.


Features 🌟

  • Resource Aggregation: Collect and categorize your favorite learning resources.
  • Interactive Charts: Built with Chart.js for tracking learning progress.
  • Stunning Visuals: Utilizes Particles.js and Three.js for an immersive UI experience.
  • Fast and Responsive: Built on Nuxt3 for optimal performance.

Installation 🛠️

Prerequisites

  • Node.js (>=14.x)
  • Yarn or npm

Steps

  1. Clone the repository:

    git clone https://github.com/yourusername/jOsh.Promo.git
    
  2. Navigate to the project directory:


2. Install dependencies
```yarn install
# or
npm install

3. Run the development server
```yarn dev
# or
npm run dev


>>>>>>> origin/main