This is the website of incode.
Clone this repo, cd in the cloned directory and install the required dependencies with
$ npm installThe 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 buildThe 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.