Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.04 KB

ReMade website

Static-building, internationalised website for ReMade BCN Maker Space

Cover image

Setup

git clone [email protected]:tancredi/remade-website.git
cd remade-website
npm install

Status

Netlify Status

Development

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Build

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

CMS

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.

License

Copyright (c) 2024 Associació Made. - Released under the MIT license