Skip to content

RealToken-Community/realtoken_website

Repository files navigation

Realtoken Website

This project is the foundation of the website to present the Realtoken DAO.

A technology like WordPress was complicated to maintain on the community server, so a static technology like VueJS is perfect for creating a reliable, consistent, and scalable website foundation.

Technologies

Run website with make

make dev-build   # Build 
make dev-run     # Run on port 5173
make dev-kill    # Stop container
make dev-logs    # Show container logs

Sitemap (SEO)

The sitemap is generated automatically:

  • On each build : npm run build runs scripts/generate-sitemap.js then Vite, so public/sitemap.xml is up to date with all static routes and blog posts (from src/utils/blog.js).
  • On demand : npm run sitemap regenerates only the sitemap.

To set the site base URL for production (e.g. https://realtoken.community), use either SITEMAP_BASE_URL or VITE_SITE_URL when building:

SITEMAP_BASE_URL=https://realtoken.community npm run build

About

Website for Realtoken DAO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors