https://github.com/berzanorg/website
My Website
https://github.com/berzanorg/website
Last synced: 2 months ago
JSON representation
My Website
- Host: GitHub
- URL: https://github.com/berzanorg/website
- Owner: berzanorg
- License: agpl-3.0
- Created: 2024-01-25T18:20:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-05T18:14:13.000Z (about 1 year ago)
- Last Synced: 2025-03-12T23:33:19.572Z (2 months ago)
- Language: MDX
- Size: 635 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Website
This repository contains the source code of my website, [berzan.org](https://berzan.org/).
My website's source code is licensed under [AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html).
I use [Node.js](https://nodejs.org/en/), [Astro](https://astro.build/) and [TailwindCSS](https://tailwindcss.com/) to develop my website.
You can find detailed information about [Node.js](https://nodejs.org/en/), [Astro](https://astro.build/) and [TailwindCSS](https://tailwindcss.com/) 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
```shell
$ npm run dev
```### Build
```shell
$ npm run build
```### Preview
```shell
$ npm run preview
```### Check
```shell
$ npm run check
```### Format
```shell
$ npm run format
```## Note
Built with love, sweat and tears by [Berzan](https://berzan.org).