The website for Studentersamfundets Symfoniorkester, available at symforch.no.
This project was bootstrapped with Create React App.
- Git
- Node.js
-
Clone the repo:
git clone [email protected]:laafte/symforch-web.git
-
Install Node-packages:
npm install
-
Start development server:
npm start
Edit the source code and see the changes apply live onhttp://localhost:3000
-
Make production build:
npm run build
-
Deploy build:
./deploy.sh <samfundet-username>
Redirects are defined in public/.htaccess
and will only work on an Apache-hosted page, not on the local development server.