/sch-website

Samoa Stack Overflow Website built with Svelte-Kit by local developers

Primary LanguageSvelteMIT LicenseMIT

Samoa Stack Overflow Website

The website for the Samoa Stack Overflow community, built with SvelteKit

ContributorsStargazersIssuesMIT License

Samoan Flag

Languages & Tools

  • SvelteKit
  • Svelte
  • Tailwind CSS

Getting Started

Prerequisites

  • Node v18.18.1 (LTS)

Clone the Repo

git clone https://github.com/SamoaCodeHub/website.git
cd website

Installing dependencies

npm install

Running the project

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Running Tests

e2e

# Make sure you install playwright browsers
npx playwright install

# Run e2e test
npm run test:e2e

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

Analytics

To enable analytics set up Google Analytics set the GA_MEASUREMENT_ID env variable.

Contributing

Check out our Contributions Guideline