Get started:
- Clone this project locally
- Install project dependencies (
npm i
) - Run the project (
npm run start
) - Your browser will open with a preview of the site!
Edit styles in the src/assets/styles
directory, views, if necessary, in src/assets/views
, and the HTML for the page in src/pages/index.md
. The file is in Markdown but you can write normal HTML in.
npm i
npm run start