<<<<<<< HEAD
My personal website, built with Next.js, Tailwind CSS, Upstash, Contentlayer and deployed to Vercel.
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
Please remove all of my personal information (apps, images, etc.) before deploying your own version of this site.
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.
- 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.
- Node.js (>=14.x)
- Yarn or npm
-
Clone the repository:
git clone https://github.com/yourusername/jOsh.Promo.git
-
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