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.
- Ensure you have
Node 18
installed. You can download and install them from here. - Ensure you have
pnpm
installed. You can download and install it from here. - Knowledge of
AnalogJS
andAngular
is recommended for development purposes.
-
Clone the Repository
git clone https://github.com/luishcastroc/blog.git cd senior-robot
-
Install Dependencies
pnpm install
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.
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.
This project is licensed under the MIT License. See the LICENSE
file for more details.
Happy Coding! 🤖📖