Hello reader, our team has initiated this project in order to update the ACE's website and along with that this can be a great opportunity for all of the team members to learn and explore various technologies which are used on the Web.
This guide includes everything you need to get started with the Project.
Wish you luck!
If you find anything which can be improved in the README.md then ping me and give a pull request.
-
Download required softwares.
-
Setup Environment locally.
-
Clone Repo & Install dependencies
Linux / Mac Users
- Run the following commands in your terminal
cd ~/Desktop git clone https://github.com/ACE-VSIT/ACE-Website cd ./ACE-Website yarn install touch .env.development
Windows Users
- Open CMD / Power Shell / Git Bash in your folder
- Run the following commands
git clone https://github.com/ACE-VSIT/ACE-Website cd ./ACE-Website yarn install notepad .env.development
-
Open the Project in your preferred code editor
-
Opne the .env.development file and add the required env-vars
-
Start the Local Dev server
Note* the server takes some time to start.
yarn start
-
Website should be up and running on your
http://localhost:8000/
-