First of all thanks for considering to contribute :)
- Git
- NodeJS (npm comes with it)
- NetlifyCLI to test functions.
- Clone this repo with
git clone https://gitlab.com/thanos.valimitis/to-read.git
- Go to
toread
folder and runnpm install
git clone https://gitlab.com/thanos.valimitis/to-read.git
cd toread
npm install
ToRead App utilizes NetlifyCLI as a local development server that manages the hosting of the web app and the serverless functions together.
- To start the development server just run
ntl dev
on the root of the project folder. - To build the web app just run
npm run build
and in the dist folder you will find the output files.