Skip to content

WEBdeBS/nodejsconf2023

Repository files navigation

The Node.js Italian Conference 2023

This is the website of the Node.js Italian Conference 2023.

Development

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.

Build

You can build the website with

$ npm run build

The command generates the build assets in the /dist directory.

Note

Parcel is configured to transpile the code to support old browsers. Refer to the official documentation for further details.