Follow the steps below to get started.
- Install
node
version10.x
or higher. - Clone the repository from GitHub.
- Navigate to the project folder and run
npm install
to install the dependencies. - Run
npm run dev
in the project folder to start a dev server. - To build the project once, run
npm run build
.
The main file is located at src/index.html
. Styling can be added in src/styles.css
and scripts in src/main.js
.
The code is compiled with Parcel and supports the latest CSS and ES features.
The lastest version of the master
branch on GitHub is auto-deployed to https://tamargotchi.now.sh.