Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 755 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 755 Bytes

incode website, w/ 11ty

This is the website of incode.

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.