- I've created this project to practice a bit of frontend with JavaScript, Vue and Nuxt.
- I am using vocadb api to get info of vocaloid songs
If you have installed Docker and Make and you want to build the project, you can run the project with the following command:
make buildmake startThen open http://localhost:3333 to see the app.
If you have Make and you want to run the project, you can run the project with the following command:
make depsmake devThen open in localhost with port specified in the terminal.
If you don't have Docker and Make, you can run the project with the following commands:
npm inpm run devThen open in localhost with port specified in the terminal.