ejboettcher / gemcityML

Gem City Machine Learning Meet-up

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍵 The TEAtime Starter Project

This Medium story is a complete guide on how to build and host the low-code website you’ve always wanted, for free, in a day

Demo

https://teatime-starter.netlify.app

Netlify Status

Deploy your own

If you have a Netlify account and are logged in, you can deploy this site in under a minute:

Deploy to Netlify

Ingredients

Getting started

Install Node.js

Use nvm or nvm-windows to install the latest version of Node.js, npm and npx: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Clone the repository

git clone https://github.com/alanmosely/teatime-starter.git

Install the dependencies

npm i

Optionally customize the site

Configure your domain name, website name, social media links, facebook pixel and more in the env.js and site.json files in the src/_data directory

Run the website locally

npm run start

Browse the local website

Open http://localhost:8080 in a browser of your choice

Deploy

npm run build && npx firebase deploy --only hosting

About

Gem City Machine Learning Meet-up

License:MIT License


Languages

Language:Nunjucks 52.2%Language:CSS 24.3%Language:JavaScript 23.5%