Skip to content

godcrampy/Listly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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