This is a small static page built with Astro and Drizzle. It allows rendering a list of profiles with a visually appealing experience thanks to small animations and support for light and dark themes.
/users
to see a list of existing profiles./users/add
to add new profiles./users/[id]
to view information about a specific profile.Clone the repository:
git clone <repository-url>
Navigate to the project directory:
cd astro-drizzle-project
Install the dependencies:
npm install
Start the development server:
npm run dev
Open the browser at http://localhost:4321.
This project is under the MIT license. You can find more details in the LICENSE
file.