Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

facware/facware

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facware Website

This repository contains the Facware website project.

Project Structure

  • facware-astro/: Main Astro project (source code, pages, components, build output).
  • Root files/folders (assets/, thank-you.html, etc.): legacy/static assets and docs.

For local development, use the Astro app in facware-astro.

Prerequisites

  • Node.js 20 LTS recommended (Node.js 18.17+ minimum)
  • npm (comes with Node.js)

Check versions:

node -v
npm -v

Run Locally

From the repository root:

cd facware-astro
npm install
npm run dev

Then open the local URL shown in terminal (usually http://localhost:4321).

Build for Production

cd facware-astro
npm run build

Build output is generated in:

  • facware-astro/dist/

Preview Production Build Locally

cd facware-astro
npm run preview

Environment Variables

Create a .env file inside facware-astro/ for form features:

PUBLIC_WEB3FORMS_KEY=your_web3forms_public_key
PUBLIC_TURNSTILE_SITE_KEY=your_cloudflare_turnstile_site_key

Notes:

  • Without PUBLIC_WEB3FORMS_KEY, contact form submissions will not work.
  • Without PUBLIC_TURNSTILE_SITE_KEY, anti-spam Turnstile is not enabled.

Useful Scripts

Run these inside facware-astro/:

  • npm run dev: start local development server
  • npm run build: create static production build
  • npm run preview: preview built site locally

About

Company web site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.