godcrampy / Listly

πŸ“œ All your lists in one place!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listly

All your lists in one place! Listly is a jamstack website where you can write and store lists of all kinds.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone this repo $ git clone https://github.com/godcrampy/listly

  2. cd into the directory $ cd listly

  3. Install all the dependencies $ npm install

  4. Add your firebase config

$ mkdir src/config
$ touch src/config/firebase.config.js
$ vim src/config/firebase.config.js
  1. Start local server $ npm start

Deployment

  1. Build files $ npm run build

  2. Rename index.html to 200.html (as this is a Single Page Application) $ mv build/index.html build/200.html

  3. Serve $ surge build/

Built With

Authors

About

πŸ“œ All your lists in one place!


Languages

Language:JavaScript 82.7%Language:HTML 9.8%Language:CSS 7.5%