https://github.com/natserract/natserract.fyi
Natserract. Personal and Research Notes
https://github.com/natserract/natserract.fyi
Last synced: about 1 month ago
JSON representation
Natserract. Personal and Research Notes
- Host: GitHub
- URL: https://github.com/natserract/natserract.fyi
- Owner: natserract
- License: apache-2.0
- Created: 2024-04-07T04:23:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T05:12:25.000Z (about 1 year ago)
- Last Synced: 2024-08-02T06:29:09.796Z (about 1 year ago)
- Language: MDX
- Homepage: https://bit.ly/natserract-engineering-blog
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Astro is a website build tool for the modern web —
powerful developer experience meets lightweight output.
[](https://github.com/withastro/astro/actions/workflows/ci.yml)
[](https://github.com/withastro/astro/actions/workflows/ci.yml)
[](https://github.com/withastro/astro/blob/main/LICENSE)
[](https://badge.fury.io/js/astro)## Install
The **recommended** way to install the latest version of Astro is by running the command below:
```bash
npm create astro@latest
```You can also install Astro **manually** by running this command instead:
```bash
npm install --save-dev astro
```Looking for help? Start with our [Getting Started](https://docs.astro.build/en/getting-started/) guide.
Looking for quick examples? [Open a starter project](https://astro.new/) right in your browser.
## Documentation
Visit our [official documentation](https://docs.astro.build/).
## Support
Having trouble? Get help in the official [Astro Discord](https://astro.build/chat).