Felix - Testing again 2

Published on:

Welcome to the Felix - Dev installation guide! Felix - Dev is a raw, flat minimalist Astro v6 theme built on the philosophy that simplicity is depth. In this guide, we will walk you through the process of deploying the project, installing the required dependencies, and starting the local development environment.

Prerequisites

Before we begin, make sure you have the following prerequisites installed on your system:

  • Node.js: Version 22.12.0 or higher is recommended. You can verify your version by running:
  node --version
  • Git: Essential for deploying the project and managing your source code versions.

Step 1: Clone the Repository

To install Felix - Dev, you first need to clone the repository to your local directory. Open your terminal and run the following command:

git clone https://github.com/kuscadev/Felix - Dev.git

Once the cloning process is complete, navigate into the project directory:

cd Felix - Dev

Step 2: Install Project Dependencies

Felix - Dev uses lightweight dependencies like @astrojs/mdx for content rendering and astro-icon for flat SVG styling. Run the following command in the root folder of the project to install all required packages:

npm install

This command will read the package.json file and create the local node_modules folder.


Step 3: Run the Development Server

Now that the installation is complete, you can start Astro’s rapid local development server:

npm run dev

Your terminal will display the active local URL, which is usually:

  ┃ Local    http://localhost:4321/

Open your favorite web browser and navigate to http://localhost:4321/ to view your live, interactive minimalist environment! Any changes you make to the source code will update automatically in real-time.


Next Steps

Now that your Felix - Dev theme is successfully installed and running, you are ready to configure your profile details and write your first bilingual blog post.

Proceed to our next guide: Felix - Dev Theme: How to Write and Organize Content to learn more about the structure of content collections and dynamic i18n routing.