Skip to content

Files

Latest commit

d736669 · Aug 31, 2023

History

History
34 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 665 Bytes

Social Movement Directory Frontend

Download

cd /opt
git clone https://github.com/Solidarity-Research-Center/la-movement-directory-web

Configure GitHub secrets. Then:

systemctl link /opt/la-movement-directory-web/ladirectoryfrontend.service

Developing

npm run dev

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

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.