njfdev / astronomy-njf-dev

The personal astronomy/astrophotography website of Nicholas Fasching.

Home Page:https://astronomy.njf.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NJF Astronomy

This is the source code for the NJF Astronomy website. It is where I share everything I am doing with astronomy and astrophotography. Currently, it is a collection of my astrophotos.

Technologies

This project is made using Next.js, so it can be ran as expected:

# development
$ yarn dev

# building
$ yarn build

# run in production
$ yarn start

This project uses MDX, a JSX-infused flavor of markdown, for the pages. I use TailwindCSS for styles and NextUI for certain UI components, such as the Cards and Buttons.

About

The personal astronomy/astrophotography website of Nicholas Fasching.

https://astronomy.njf.dev


Languages

Language:TypeScript 74.2%Language:MDX 13.6%Language:JavaScript 11.9%Language:CSS 0.3%