Skip to content

berzanorg/website

Repository files navigation

My Website

This repository contains the source code of my website, berzan.org.

My website's source code is licensed under AGPL.

I use Node.js, Astro and TailwindCSS to develop my website.

You can find detailed information about Node.js, Astro and TailwindCSS below.

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Node.js lets developers use JavaScript to write command line tools and for server-side scripting.

https://nodejs.org/en/learn/getting-started/introduction-to-nodejs

Astro

The web framework for content-driven websites.

Astro powers the world's fastest websites, client-side web apps, dynamic API endpoints, and everything in-between.

https://docs.astro.build/en/getting-started/

TailwindCSS

Rapidly build modern websites without ever leaving your HTML.

A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.

https://tailwindcss.com/docs/installation

Usage

Develop

$ npm run dev

Build

$ npm run build

Preview

$ npm run preview

Check

$ npm run check

Format

$ npm run format

Note

Built with love, sweat and tears by Berzan.