Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/njfdev/astronomy-njf-dev
The personal astronomy/astrophotography website of Nicholas Fasching.
https://github.com/njfdev/astronomy-njf-dev
astronomy astrophotography nextjs react react-icons umami
Last synced: 15 days ago
JSON representation
The personal astronomy/astrophotography website of Nicholas Fasching.
- Host: GitHub
- URL: https://github.com/njfdev/astronomy-njf-dev
- Owner: njfdev
- Created: 2024-01-10T21:50:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T19:47:31.000Z (4 months ago)
- Last Synced: 2024-10-31T10:03:50.695Z (2 months ago)
- Topics: astronomy, astrophotography, nextjs, react, react-icons, umami
- Language: TypeScript
- Homepage: https://astronomy.njf.dev
- Size: 41.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NJF Astronomy
This is the source code for the [NJF Astronomy website](https://astronomy.njf.dev). 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:
```bash
# 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.