-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,10 @@ | ||
# https://nijmeh.cloud | ||
# nijmeh.cloud | ||
|
||
Hi there! this is my personal website built with [Astro](https://astro.build) | ||
hi this is my website written in Astro | ||
|
||
## 📚 Stack | ||
my [cdn](https://cdn.nijmeh.cloud) is written in Go using the cloudflare SDK to upload and delete files. | ||
|
||
The stack consists of the following: | ||
## credits | ||
|
||
- Astro (Frontend) | ||
- Static CDN (Go) | ||
- Analytics (Go) | ||
- Cloudflare (DNS) | ||
- Cloudflare Pages (Deployment) | ||
|
||
## 🧞 Commands | ||
|
||
All commands are run from the root of the project, from a terminal: | ||
|
||
_just a note I use pnpm, you may want to go install that [here](https://pnpm.io)._ | ||
|
||
| Command | Action | | ||
| :---------------------- | :------------------------------------------------- | | ||
| `pnpm install` | Installs dependencies | | ||
| `pnpm run dev` | Starts local dev server at `localhost:3000` | | ||
| `pnpm run build` | Build your production site to `./dist/` | | ||
| `pnpm run preview` | Preview your build locally, before deploying | | ||
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro preview` | | ||
| `pnpm run astro --help` | Get help using the Astro CLI | | ||
|
||
## Credits | ||
|
||
[Conrad](https://cnrad.dev) for the technology grid list. | ||
- alistair.sh for inspo & the age thingy | ||
- phin.dev - general inspo |