Run the development server:
# Node.js install
curl -L https://bit.ly/n-install | bash
. ~/.bashrc
n latest
# Repository
git clone https://github.com/TOSIT-IO/tdp-website.git
cd tdp-website
# NPM
npm install
npm run dev
Open http://localhost:3000/en with your browser to see the result.
For a production build, run:
npm run build
npm run start