This is the new website of Ftso.eu.
Currently it is in hard development, before to go public. And it will be soon available on Github Pages (Here the link).
If you are able to run docker just follow up. Otherwise you need to go at 2 paragraph.
Just build
docker compose build
and run
docker compose up
You'll be able to see on your (localhost)[http://localhost:3000] any editing.
Requirements:
- Nodejs, at least 18 version (suggestion: using a tool like Nvm).
- Npm (to install Yarn)
- Yarn
Download latest release of website.
git clone https://github.com/ftsoeu/ftsoeu.github.io.git ftso-website
cd /ftso-website
Before to proceed install yarn globally
npm install --global yarn
Install the repo
yarn
The final stage requires to run the project locally:
yarn dev
- Always make a new branch to make feature, blogpost, editing whatever you need
- Once you edited any content or feature and you want to publish online just merge to main.