Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkemishub/arke-website

Arke Website
https://github.com/arkemishub/arke-website

Last synced: 19 days ago
JSON representation

Arke Website

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).