noahsw.xyz/README.md

16 lines
750 B
Markdown
Raw Normal View History

2024-03-15 17:33:26 +00:00
# noahsw.xyz
2023-10-21 16:53:39 +00:00
2024-04-15 04:23:24 +00:00
Source for my personal website, noahsw.xyz.
2023-10-21 16:53:39 +00:00
2024-04-15 04:23:24 +00:00
Written in Astro w/ Tailwind.
## Commands
2023-10-21 16:53:39 +00:00
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |