https://github.com/immattdavison/nomoredomains-website
Website for github.com/immattdavison/NoMoreDomains
https://github.com/immattdavison/nomoredomains-website
hacktoberfest nomoredomains website
Last synced: 6 months ago
JSON representation
Website for github.com/immattdavison/NoMoreDomains
- Host: GitHub
- URL: https://github.com/immattdavison/nomoredomains-website
- Owner: ImMattDavison
- Created: 2022-10-13T10:55:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-14T15:06:07.000Z (over 3 years ago)
- Last Synced: 2025-04-07T03:47:19.924Z (over 1 year ago)
- Topics: hacktoberfest, nomoredomains, website
- Language: JavaScript
- Homepage:
- Size: 553 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# NoMoreDomains-Website
Website for github.com/immattdavison/NoMoreDomains
### Instructions to run:
Check if node is installed by entering the following command in the terminal: `node -v`
The above command displays the node version(if installed)
- Otherwise get NodeJS LTE release from here: [Install NodeJS](https://nodejs.org/en/download/)
After node is set up install the dependency as follows:
- Navigate in project root folder and run `npm install` or `npm i`
- To run/test the project finally run the comand `npm run dev`
A local instance of the app will start on `localhost:3000` navigate to it in the browser