Going Live 🚀

going live Jul 11, 2019
    async function golive() {
        const developer = new Developer('tobias');
        const hackero = projects.getProject('Hackero.io')
        await developer.build(hackero)
        await developer.publish(hackero)
        console.info('Going Live 🚀');
    }

Tags