Skip to content

descartae/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00862b1 · Jul 13, 2018

History

67 Commits
Jul 10, 2018
Apr 21, 2018
Jul 10, 2018
Apr 21, 2018
Apr 21, 2018
Mar 1, 2018
Feb 28, 2018
Jul 13, 2018
Mar 1, 2018
Apr 21, 2018
Jul 12, 2018
Apr 21, 2018
Jul 12, 2018
Jul 12, 2018
Mar 9, 2018

Repository files navigation

Project Website

Description

Descartaê is the easiest way to correctly discard your wastes, and this is its Website :)

Running

This project is based on npm/yarn package manager. Just follow these steps to get it running on your machine!

1 - Install Dependencies

Yarn: yarn npm: npm install

2 - Running

Yarn: yarn start npm: npm start

The website will be available at: http://127.0.0.1:1234/

3 - Preparing for deploy

Yarn: yarn run build npm: npm run build

It will generate a dist folder, with the website ready for production.