Hackathon Blog project for Hacksphere
-
Client
Install dependencies
$ npm install
Start the server
$ npm run build $ npm run preview
-
Server
Install Dependencies
$ cd Backend $ yarn
Start the server
$ yarn build $ yarn start
If you've downloaded the project as a zip file, follow these steps to set it up on your local machine:
-
Extract the downloaded zip file to a folder of your choice.
-
Open a terminal or command prompt and navigate to the project directory.
-
Client Setup:
-
Change to the
client
directory:cd client
-
Install the client dependencies:
npm install
-
Start the client server:
npm run build npm run preview
-
So, feel free to fork this repo. If you do, please just give us proper credit.Refer to this handy file Contributing.md if you're not sure what to do we would. Thanks!