Skip to content

luishcastroc/blog

Repository files navigation

Senior Robot Blog

Welcome to the Senior Robot Blog project. This is a modern web application designed using the AnalogJS framework (a metaframework for Angular) and is equipped with nxtools for enhanced development capabilities.

Table of Contents

  1. Prerequisites
  2. Getting Started
  3. Development
  4. Building for Production
  5. License

Prerequisites

  1. Ensure you have Node 18 installed. You can download and install them from here.
  2. Ensure you have pnpm installed. You can download and install it from here.
  3. Knowledge of AnalogJS and Angular is recommended for development purposes.

Getting Started

  1. Clone the Repository

    git clone https://github.com/luishcastroc/blog.git
    cd senior-robot
    
  2. Install Dependencies

    pnpm install
    

Development

To start the development server:

pnpm start

Once executed, the Senior Robot Blog will be accessible at http://localhost:4200 or another specified port if 4200 is occupied.

While in development, nxtools offers a range of tools to aid your process, ensure you consult its documentation for advanced usage.

Building for Production

To build the project for a production-ready deployment:

pnpm run build

The output will be available in the dist/ directory, ready to be served by your preferred web server.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Happy Coding! 🤖📖