From 43bad2c34b5af30b12c3a534dccfd28c5e429349 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Tue, 1 Aug 2023 18:52:28 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 455ee1f..6bb343c 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ and skills, as well as provide information about me and my interests. ## Project structure +- `app/` - App router. +- `app/api/` - API routes for article views and Spotify integrations. +- `app/writing/` - Blog posts written in MDX format (Markdown in JSX). - `components/` - All the components of the website in tsx format. - `lib/` - Useful functions and scripts for connecting to external services and so on. -- `pages/api/` - API routes for article views and Spotify integrations. -- `pages/writing/` - Blog posts written in MDX format (Markdown in JSX). -- `pages/` - Contains all other static pages like about, projects and uses. - `public/` - Used for static files such as icons and images. - `styles/` - Contains the stylesheets for Tailwind and Prism. - `types/` - Types for various components in the project. @@ -34,4 +34,4 @@ npm i npm run dev ``` -Create a `.env.local` file using `.env.example` as a template. \ No newline at end of file +Create a `.env.local` file using `.env.example` as a template.