This is the website of the Node.js Italian Conference 2023.
Clone this repo, cd
in the cloned directory and install the required dependencies with
$ npm install
The project uses eleventy to build the website. You can start the development mode with
$ npm start
Navigate to http://localhost:8080 to get the website preview.
You can build the website with
$ npm run build
The command generates the build assets in the /dist
directory.
Parcel is configured to transpile the code to support old browsers. Refer to the official documentation for further details.