Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndamatta/wdd330-team17
https://github.com/ndamatta/wdd330-team17
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ndamatta/wdd330-team17
- Owner: ndamatta
- Created: 2024-02-27T18:45:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T06:47:29.000Z (9 months ago)
- Last Synced: 2024-03-24T03:22:34.189Z (9 months ago)
- Language: HTML
- Homepage: https://ndamatta.github.io/wdd330-team17/
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sleepoutside
Website URL: https://17bestteam.netlify.app/
## DescriptionUse this as a starting point to complete the WDD 330 team activity: the SleepOutside web application. It scaffolds out a simple web app with Vite support to bundle up our assets.
## Prerequisites
- You must have Node installed. visit https://byui-cit.github.io/advcss/lesson01/l01-software.html and skip to the Node section for instructions
## Setup
- `npm install`
- `npm run start` starts up a local server and updates on any JS or CSS/SCSS changes.## Other commands
- `npm run build` to build final files when you are ready to turn in.
- `npm run lint` to run ESLint against your code to find errors.
- `npm run format` to run Prettier to automatically format your code.