This is the main website for sociotechnica.org, a joint project of Jess Martin and Danvers Fleury, trying to solve the problem of how to reliably resource open source software.
Start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of the site:
npm run build
You can preview the production build with npm run preview
.
The site is deployed automatically to Netlify when changes are merged into the main
branch.