Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.17 KB

File metadata and controls

60 lines (41 loc) · 1.17 KB

creative-coding.net

personal website of Julian Mollik

setup

npm install

development

create an .env file with

HATEOAS_INDEX: 'http://path.to.local.api'

start the development server with

npm run dev

production

create an .env.production file with

HATEOAS_INDEX: 'https://path.to.production.api/'

generate a static production build:

npm run generate:prod 

copy the content of .output/public to any static hosting

open ...

... issues

  • sliding mechanism in /work does not work 🤨
  • initial hiding in /cv does not work
  • httphttps redirect
  • get rid of the "[ goto ]" formatting error
  • enable opening hide/show links in new tabs

... features

  • read package.json's version and display it somewhere in the footer
  • i18n
  • automated testing
  • deploy the result of npm run nuxt build
  • archive the PHP version of the page
  • TypeScript
  • eslint & prettier
  • mobile viewports