Logo Lanfrica

aetherglobal/beyondai-website

Créateur:
aet
Hôte:
Official website for the Beyond AI Initiative, an African platform advancing public dialogue, research, and innovation on artificial intelligence, digital sovereignty, and responsible AI governance. The site hosts events, resources, and community engagement for the initiative. # Payload Website Template This is the official Payload Website Template. Use it to power websites, blogs, or portfolios from small to enterprise. This repo includes a fully-working backend, enterprise-grade admin panel, and a beautifully designed, production-ready website. This template is right for you if you are working on: - A personal or enterprise-grade website, blog, or portfolio - A content publishing platform with a fully featured publication workflow - Exploring the capabilities of Payload Core features: - Pre-configured Payload Config - Authentication - Access Control - Layout Builder - Draft Preview - Live Preview - On-demand Revalidation - SEO - Search - Redirects - Jobs and Scheduled Publishing - Website ## Quick Start To spin up this example locally, follow these steps: ### Clone If you have not done so already, you need to have standalone copy of this repo on your machine. If you've already cloned this repo, skip to Development. Use the `create-payload-app` CLI to clone this template directly to your machine: ```bash pnpx create-payload-app my-project -t website ``` ### Development 1. First clone the repo if you have not done so already 1. `cd my-project && cp .env.example .env` to copy the example environment variables 1. `bun install && bun dev` to install dependencies and start the dev server 1. open `localhost` to open the app in your browser That's it! Changes made in `./src` will be reflected in your app. Follow the on-screen instructions to login and create your first admin user. Then check out Production once you're ready to build and serve your app, and Deployment when you're ready to go live. ## How it works The Payload config is tailored specifically to the needs of most websites. It is pre-configured in the following ways: ### Collections See the Collections docs for details on how to extend this functionality. - #### Users (Authentication) Users are auth-enabled collections that have access to the admin pa …