Skip to content

jule256/creative-coding.net

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors