Skip to content

ftsoeu/ftsoeu.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTSO.EU new website

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).

Developer's Notes

If you are able to run docker just follow up. Otherwise you need to go at 2 paragraph.

1. Docker way

Just build

docker compose build

and run

docker compose up

You'll be able to see on your (localhost)[http://localhost:3000] any editing.

2. Installation with node

Requirements:

  1. Nodejs, at least 18 version (suggestion: using a tool like Nvm).
  2. Npm (to install Yarn)
  3. 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

Rules to update the project

  1. Always make a new branch to make feature, blogpost, editing whatever you need
  2. Once you edited any content or feature and you want to publish online just merge to main.

About

Our website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published