- Updated repository information like README, License, and app's version to 0.1.0 for better versioning; - (Possibly) fixed PWA and page theme features; - Fixed linting code format.
24 lines
522 B
Markdown
24 lines
522 B
Markdown
<div align='center'>
|
|
<h1>Lored / ToToday.app</h1>
|
|
<p>A single page web app to help yours day-to-day tasks</p>
|
|
<p><i>Built with <a href="https://nuxtjs.org" target="_blank">Nuxt.js</a></i></p>
|
|
</div>
|
|
|
|
## Build Setup
|
|
|
|
```bash
|
|
# install dependencies
|
|
$ npm install
|
|
|
|
# serve with hot reload at localhost:3000
|
|
$ npm run dev
|
|
|
|
# build for production and launch server
|
|
$ npm run build:start
|
|
|
|
# generate static project
|
|
$ npm run generate
|
|
```
|
|
|
|
For a detailed explanation of Nuxt.js, check the [documentation](https://nuxtjs.org).
|