About • Features • Layout • How it works • Tech Stack • Author
Hacking-News - is a blog created with the purpose of storing and grouping my schoolwork and school research, in its first version I used Next.js, now we have migrated to the Astro framework
- List posts
- Filter Posts by categories
Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode
# Clone this repository
$ git clone https://github.com/Artur-Poffo/Hacking-News.git
# Access the project folder cmd/terminal
$ cd Hacking-News
# install the dependencies
$ npm install
# Run the application in development mode
$ npm run dev
# The server will start at port: 3000 - go to http://localhost:3000
The following tools were used in the construction of the project:
- Astro
- Tailwind CSS
See the file package.json
- Artur Poffo - Developer