Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkemishub/arke-website
Arke Website
https://github.com/arkemishub/arke-website
Last synced: 19 days ago
JSON representation
Arke Website
- Host: GitHub
- URL: https://github.com/arkemishub/arke-website
- Owner: arkemishub
- License: apache-2.0
- Created: 2023-04-13T15:05:48.000Z (almost 2 years ago)
- Default Branch: staging
- Last Pushed: 2024-03-22T20:08:18.000Z (10 months ago)
- Last Synced: 2024-03-23T17:18:56.346Z (10 months ago)
- Language: Astro
- Size: 40.2 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Arke website
[![Deploy on Pages](https://github.com/arkemishub/arke-website/actions/workflows/pages.yml/badge.svg)](https://github.com/arkemishub/arke-website/actions/workflows/pages.yml)
[![Deploy on GHCP](https://github.com/arkemishub/arke-website/actions/workflows/build_deploy.yml/badge.svg)](https://github.com/arkemishub/arke-website/actions/workflows/build_deploy.yml)
![Screenshot 2023-04-14 alle 17 20 36](https://user-images.githubusercontent.com/81776297/232085841-34c325f8-1506-4bd3-b095-46ea87f8412b.png)
## 🧞 Environment
Set the `.env` file for define a BASE_URL (github pages) and the output mode `static/server`
```dotenv
PUBLIC_BASE_URL="/arke-website"
# PUBLIC_OUTPUT static / server
PUBLIC_OUTPUT=server
```## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| 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 check` |
| `pnpm run astro --help` | Get help using the Astro CLI |## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).