Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nelsonwenner/gatsby-webpage-game
:joystick: A web page of a game made in one of the university disciplines.
https://github.com/nelsonwenner/gatsby-webpage-game
design gatsby javascript landing-page nodejs reactjs scss styled-components webpage website
Last synced: 2 days ago
JSON representation
:joystick: A web page of a game made in one of the university disciplines.
- Host: GitHub
- URL: https://github.com/nelsonwenner/gatsby-webpage-game
- Owner: nelsonwenner
- License: mit
- Created: 2020-09-13T16:31:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T19:34:21.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T11:44:45.217Z (over 1 year ago)
- Topics: design, gatsby, javascript, landing-page, nodejs, reactjs, scss, styled-components, webpage, website
- Language: JavaScript
- Homepage: https://artificialsociety.tk
- Size: 28.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Game webpage
Developed game code game topdown shooter
## :movie_camera: Preview
## :rocket: Technologies
- [Node](https://nodejs.org/en/)
- [Gatsby](https://www.gatsbyjs.com/)## :electric_plug: Prerequisites
- [Node.js LTS (>= 12.x)](https://nodejs.org/)
- [Gatsby CLI (>= 2.12.x)](https://www.gatsbyjs.com/)## :information_source: Getting Started
1. Fork this repository and clone it on your machine.
2. Change the directory to `gatsby-webpage-game` where you cloned it.## :closed_lock_with_key: Getting started the web application
```shell
/* Install dependencies */
$ npm install/* Run the project */
$ npm run start
```- Open frontend, the host [localhost:8000](http://localhost:8000)
## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE.md) for more information.
---