Static-building, internationalised website for ReMade BCN Maker Space
git clone [email protected]:tancredi/remade-website.git
cd remade-website
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Run the static build:
npm run build
The static build should now be available at ./out
. It can be previewed by running:
npm run server
The website uses Decap CMS to allow members with push access to edit content through a user friendly UI.
Navitgate to /admin
to log onto the CMS.
Copyright (c) 2024 Associació Made. - Released under the MIT license