Launch in 5 minutes
Last updated
Last updated
Thank you for supporting the project!
To get up and running, please follow the steps beneath:
Clone the boilerplate
Go to
Click the green "Code" button and copy the HTTPS link
Go to your desired folder, where you want to save the project
Right click inside of your folder and click "Open in terminal"
In the terminal, type git clone THE_LINK_YOU_COPIED
Install dependencies
From your terminal, type npm i
Add environment variables
Add a file to the of your project called .env
Paste the following into your new file:
Replace X with your API keys. Don't wrap the key like "key" or 'key'. If you need help finding or creating your API keys, click here:
Save the file
Launch the application
From your terminal, type npm run serve
If you want other people to be able to access and find your website, then you need to publish your website. Read the next page to do just that!